Skip to content

Commit a9e05ef

Browse files
Bump psycopg from 3.0.13 to 3.0.14
2 parents e7d69f7 + 9a0eed3 commit a9e05ef

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)