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 9747496 commit 6273fd5
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 @@ -74,7 +74,7 @@ pip-tools==7.4.1
# pip-sync-faster
prompt-toolkit==3.0.43
# via ipython
psycopg2==2.9.9
psycopg2==2.9.10
# via
# -r requirements/prod.txt
# data-tasks
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pip-tools==7.4.1
# pip-sync-faster
pluggy==1.5.0
# via pytest
psycopg2==2.9.9
psycopg2==2.9.10
# via
# -r requirements/prod.txt
# data-tasks
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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 @@ -30,7 +30,7 @@ markupsafe==2.1.3
# mako
newrelic==9.12.0
# via -r requirements/prod.in
psycopg2==2.9.9
psycopg2==2.9.10
# via
# -r requirements/prod.in
# data-tasks
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pip-tools==7.4.1
# pip-sync-faster
pluggy==1.5.0
# via pytest
psycopg2==2.9.9
psycopg2==2.9.10
# via
# -r requirements/prod.txt
# data-tasks
Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pip-tools==7.4.1
# via
# -r requirements/typecheck.in
# pip-sync-faster
psycopg2==2.9.9
psycopg2==2.9.10
# via
# -r requirements/prod.txt
# data-tasks
Expand Down

0 comments on commit 6273fd5

Please sign in to comment.