Skip to content

Commit 2d69ef0

Browse files
Bump psycopg from 3.0.14 to 3.0.15
2 parents c81a410 + 751481f commit 2d69ef0

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

0 commit comments

Comments
 (0)