From 211b4731ad09e98e8fdb943fb7fb03b6f20172c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:51:51 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.5 to 2.9.9 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.9) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9a2bd2..4abf83e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ mdurl==0.1.2 # via markdown-it-py passlib[bcrypt]==1.7.4 # via -r requirements.in -psycopg2-binary==2.9.5 +psycopg2-binary==2.9.9 # via -r requirements.in pyasn1==0.4.8 # via @@ -60,6 +60,7 @@ pycparser==2.21 # via cffi pydantic==1.10.2 # via + # -r requirements.in # fastapi # fastapi-pagination # sqlmodel @@ -79,6 +80,7 @@ sniffio==1.3.0 # via anyio sqlalchemy==1.4.41 # via + # -r requirements.in # alembic # sqlmodel sqlalchemy2-stubs==0.0.2a29