Skip to content

Commit

Permalink
build(deps): update psycopg[binary] requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg) to permit the latest version.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.19...3.2.1)

---
updated-dependencies:
- dependency-name: psycopg[binary]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 1a894f0 commit 59d15e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/python/psycopg3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psycopg[binary]~=3.1.19
psycopg[binary]~=3.2.1
testcontainers~=4.7.0
requests==2.32.3
google~=3.0.0
Expand Down

0 comments on commit 59d15e4

Please sign in to comment.