Skip to content

Commit

Permalink
Bump psycopg2 from 2.9.6 to 2.9.8
Browse files Browse the repository at this point in the history
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.8.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.6...2.9.8)

---
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 marcospri committed Oct 2, 2023
1 parent d22049d commit 5779801
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ prompt-toolkit==3.0.38
# -r requirements/prod.txt
# click-repl
# ipython
psycopg2==2.9.6
psycopg2==2.9.8
# 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 @@ -149,7 +149,7 @@ prompt-toolkit==3.0.38
# via
# -r requirements/prod.txt
# click-repl
psycopg2==2.9.6
psycopg2==2.9.8
# 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 @@ -233,7 +233,7 @@ prompt-toolkit==3.0.38
# -r requirements/functests.txt
# -r requirements/tests.txt
# click-repl
psycopg2==2.9.6
psycopg2==2.9.8
# 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 @@ -69,7 +69,7 @@ plaster-pastedeploy==0.7
# via pyramid
prompt-toolkit==3.0.38
# via click-repl
psycopg2==2.9.6
psycopg2==2.9.8
# 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 @@ -151,7 +151,7 @@ prompt-toolkit==3.0.38
# via
# -r requirements/prod.txt
# click-repl
psycopg2==2.9.6
psycopg2==2.9.8
# via -r requirements/prod.txt
pyasn1==0.4.8
# via
Expand Down

0 comments on commit 5779801

Please sign in to comment.