Skip to content

Commit

Permalink
Bump psycopg2 from 2.9.6 to 2.9.7 (#11330)
Browse files Browse the repository at this point in the history
* Bump psycopg2 from 2.9.6 to 2.9.7

Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.6...2.9.7)

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

Signed-off-by: dependabot[bot] <[email protected]>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Aug 23, 2023
1 parent c01a408 commit 3779a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# native dependencies
Pillow==10.0.0
lxml==4.9.3
psycopg2==2.9.6
psycopg2==2.9.7
Django==3.2.20

# Other
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
# native dependencies
Pillow==10.0.0
lxml==4.9.3
psycopg2==2.9.6
psycopg2==2.9.7
Django==3.2.20

# Other
Expand Down

0 comments on commit 3779a58

Please sign in to comment.