]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: update the lower bound dependencies in the constraint file
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 31 Dec 2022 03:07:17 +0000 (03:07 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 2 Jan 2023 02:08:24 +0000 (02:08 +0000)
Lower minimum dependency on pytest-randomly to version 3.5, as
version 3.6 requires a newer importlib-metadata.

psycopg/setup.cfg
tests/constraints.txt

index 7a43a5025428bb79b9e7ce1e8e30f2e5658662d0..d96f747f1973fb5bd72d23660465fa0415017a8b 100644 (file)
@@ -70,7 +70,7 @@ test =
     pytest >= 6.2.5
     pytest-asyncio >= 0.17
     pytest-cov >= 3.0
-    pytest-randomly >= 3.10
+    pytest-randomly >= 3.5
 dev =
     black >= 22.3.0
     dnspython >= 2.1
index ef03ba14535c48cfb1e9d2ff5458eec1255a30ec..5f03c00df27c7f190721ff3539ed8f6b4dea9b08 100644 (file)
@@ -6,27 +6,33 @@
 # From install_requires
 backports.zoneinfo == 0.2.0
 typing-extensions == 4.1.0
+importlib-metadata == 1.4
 
 # From the 'test' extra
-mypy == 0.981
+mypy == 0.990
 pproxy == 2.7.0
 pytest == 6.2.5
 pytest-asyncio == 0.17.0
 pytest-cov == 3.0.0
-pytest-randomly == 3.10.0
+pytest-randomly == 3.5.0
 
 # From the 'dev' extra
 black == 22.3.0
 dnspython == 2.1.0
 flake8 == 4.0.0
-mypy == 0.981
 types-setuptools == 57.4.0
 wheel == 0.37
 
 # From the 'docs' extra
-Sphinx == 4.2.0
-furo == 2021.11.23
+Sphinx == 5.0
+furo == 2022.6.21
 sphinx-autobuild == 2021.3.14
 sphinx-autodoc-typehints == 1.12.0
-dnspython == 2.1.0
+
+# Build tools
+setuptools == 49.2.0
+wheel == 0.37
+Cython == 3.0.0a11
+
+# Undeclared extras to "unblock" extra features
 shapely == 1.7.0