From 8d43c07d003c3189fec587e0f37a49c1717990f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 07:32:40 +0000 Subject: [PATCH] Bump psycopg[binary] from 3.1.9 to 3.1.10 Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.1.9 to 3.1.10. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.9...3.1.10) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 7d23c66b1..881b3955f 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,5 +1,5 @@ gunicorn==21.2.0 -psycopg[binary]==3.1.9 +psycopg[binary]==3.1.10 fastapi==0.101.0 uvicorn[standard]==0.23.2 pandas==2.0.3 diff --git a/requirements.txt b/requirements.txt index a92a8d785..688caa320 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0.1 pandas==2.0.3 -psycopg[binary]==3.1.9 +psycopg[binary]==3.1.10 pyserial==3.5 schema==0.7.5 \ No newline at end of file