Skip to content

Commit 9a0eed3

Browse files
Bump psycopg from 3.0.13 to 3.0.14
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.0.13 to 3.0.14. - [Release notes](https://github.com/psycopg/psycopg/releases) - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.0.13...3.0.14) --- 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 e7d69f7 commit 9a0eed3

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.13; platform_python_implementation != "PyPy"
2+
psycopg[binary]==3.0.14; platform_python_implementation != "PyPy"
33
psycopg==3.0.13; 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.13; platform_python_implementation != "PyPy"
10+
psycopg[binary]==3.0.14; platform_python_implementation != "PyPy"
1111
psycopg==3.0.13; platform_python_implementation == "PyPy"
1212
-e .[tests]

0 commit comments

Comments
 (0)