Skip to content

Commit fffd1fc

Browse files
Bump psycopg from 3.0.8 to 3.0.9
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.0.8 to 3.0.9. - [Release notes](https://github.com/psycopg/psycopg/releases) - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.0.8...3.0.9) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fc3760 commit fffd1fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test-withpsycopg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# test runs requirements (versions we'll be testing against) - automatically updated by requires.io
2-
psycopg[binary]==3.0.8; platform_python_implementation != "PyPy"
2+
psycopg[binary]==3.0.9; platform_python_implementation != "PyPy"
33
psycopg==3.0.8; platform_python_implementation == "PyPy"
44
-r requirements-test.txt

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ pytest-cov==3.0.0
77
pytest-xdist==2.5.0
88
port-for==0.6.2
99
mirakuru==2.4.2
10-
psycopg[binary]==3.0.8; platform_python_implementation != "PyPy"
10+
psycopg[binary]==3.0.9; platform_python_implementation != "PyPy"
1111
psycopg==3.0.8; platform_python_implementation == "PyPy"
1212
-e .[tests]

0 commit comments

Comments
 (0)