From 3311b1878fa8a469d0936baf28384c19af22b551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:31:12 +0000 Subject: [PATCH] chore(deps): bump psycopg2 from 2.9.9 to 2.9.10 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 95d4895..b38bc1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ kaggle==1.6.17 pandas==2.2.3 mysql-connector-python==9.0.0 pathvalidate==3.2.1 -psycopg2==2.9.9 +psycopg2==2.9.10 Requests==2.32.3 sqlparse==0.5.1 tabulate==0.9.0