From b8531a5a680a9ccd3a0ac14890e9c17e061c4296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:57:17 +0000 Subject: [PATCH] Bump pytest from 4.0.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.0.1 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/4.0.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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={