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](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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Nov 1, 2024
1 parent 35600fa commit 7b488aa
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 @@ -159,7 +159,7 @@ plaster-pastedeploy==1.0.1
# pyramid
prompt-toolkit==3.0.43
# via 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 @@ -159,7 +159,7 @@ plaster-pastedeploy==1.0.1
# pyramid
pluggy==1.5.0
# via pytest
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.txt
pyasn1==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ pluggy==1.5.0
# -r requirements/functests.txt
# -r requirements/tests.txt
# pytest
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 @@ -85,7 +85,7 @@ plaster==1.1.2
# pyramid
plaster-pastedeploy==1.0.1
# via pyramid
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.in
pyasn1==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ plaster-pastedeploy==1.0.1
# pyramid
pluggy==1.5.0
# via pytest
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.txt
pyasn1==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ plaster-pastedeploy==1.0.1
# via
# -r requirements/prod.txt
# pyramid
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements/prod.txt
pyasn1==0.5.1
# via
Expand Down

0 comments on commit 7b488aa

Please sign in to comment.