Skip to content

Commit f8860fe

Browse files
chore(deps-dev): bump the all group with 2 updates
Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg) and [psycopg-pool](https://github.com/psycopg/psycopg) to permit the latest version. Updates `psycopg[binary]` to 3.2.12 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.1...3.2.12) Updates `psycopg-pool` to 3.2.7 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.1...3.2.7) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.2.12 dependency-type: direct:development dependency-group: all - dependency-name: psycopg-pool dependency-version: 3.2.7 dependency-type: direct:development dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0daf0bf commit f8860fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"httpx",
3737
"twine",
3838
"wheel",
39-
"psycopg[binary]==3.1.*",
40-
"psycopg-pool==3.1.*",
39+
"psycopg[binary]>=3.1,<3.3",
40+
"psycopg-pool>=3.1,<3.3",
4141
],
4242
"docs": [
4343
"black>=23.10.1",

0 commit comments

Comments
 (0)