diff --git a/requirements.txt b/requirements.txt index 9b9a9f4..f44a2ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ networkx==2.4 numpy==1.16.1 pandas==0.23.4 pyproj==1.9.6 -pytest==4.0.1 +pytest==9.0.3 Shapely==1.6.4.post2 sqlalchemy==1.3.13 python-dotenv==0.10.5 diff --git a/setup.py b/setup.py index ce7ec9c..8b07194 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "numpy == 1.16.1", "pandas == 0.23.4", "pyproj == 1.9.6", - "pytest == 4.0.1", + "pytest == 9.0.3", "Shapely == 1.6.4.post2", ], entry_points={