Skip to content

Commit

Permalink
Bump psycopg2 from 2.9.7 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.7 to 2.9.8.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.7...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 e4e40c8 commit 6e7f727
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 @@ -239,7 +239,7 @@ prompt-toolkit==3.0.18
# ipython
psycogreen==1.0.2
# via -r requirements/requirements.txt
psycopg2==2.9.7
psycopg2==2.9.8
# via
# -r requirements/requirements.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 @@ -219,7 +219,7 @@ prompt-toolkit==3.0.18
# click-repl
psycogreen==1.0.2
# via -r requirements/requirements.txt
psycopg2==2.9.7
psycopg2==2.9.8
# via
# -r requirements/requirements.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 @@ -335,7 +335,7 @@ psycogreen==1.0.2
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
psycopg2==2.9.7
psycopg2==2.9.8
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ prompt-toolkit==3.0.18
# via click-repl
psycogreen==1.0.2
# via -r requirements/requirements.in
psycopg2==2.9.7
psycopg2==2.9.8
# via
# -r requirements/requirements.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 @@ -224,7 +224,7 @@ prompt-toolkit==3.0.18
# click-repl
psycogreen==1.0.2
# via -r requirements/requirements.txt
psycopg2==2.9.7
psycopg2==2.9.8
# via
# -r requirements/requirements.txt
# data-tasks
Expand Down

0 comments on commit 6e7f727

Please sign in to comment.