Skip to content

Commit

Permalink
Bump psycopg2 from 2.9.9 to 2.9.10
Browse files Browse the repository at this point in the history
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](psycopg/psycopg2@2.9.9...2.9.10)

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Dec 2, 2024
1 parent 15acb3b commit 7618f73
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ prompt-toolkit==3.0.38
# -r requirements/prod.txt
# click-repl
# ipython
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.txt
ptyprocess==0.7.0
# via pexpect
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ prompt-toolkit==3.0.38
# via
# -r requirements/prod.txt
# click-repl
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.txt
pyasn1==0.4.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ prompt-toolkit==3.0.38
# -r requirements/functests.txt
# -r requirements/tests.txt
# click-repl
psycopg2==2.9.9
psycopg2==2.9.10
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ plaster-pastedeploy==0.7
# via pyramid
prompt-toolkit==3.0.38
# via click-repl
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.in
pyasn1==0.4.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ prompt-toolkit==3.0.38
# via
# -r requirements/prod.txt
# click-repl
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.txt
pyasn1==0.4.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ prompt-toolkit==3.0.38
# via
# -r requirements/prod.txt
# click-repl
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.txt
pyasn1==0.4.8
# via
Expand Down

0 comments on commit 7618f73

Please sign in to comment.