From 6c606f37e2d25b594662f3f5185c61559af6ffcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:32:18 +0000 Subject: [PATCH] chore(deps-dev): bump pytest in /services/openlr-resolver Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.1.1. - [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/8.4.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- services/openlr-resolver/pyproject.toml | 2 +- services/openlr-resolver/requirements-dev.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/openlr-resolver/pyproject.toml b/services/openlr-resolver/pyproject.toml index 3d83ff9..3964b20 100644 --- a/services/openlr-resolver/pyproject.toml +++ b/services/openlr-resolver/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest==8.4.2", + "pytest==9.1.1", "httpx==0.28.1", ] diff --git a/services/openlr-resolver/requirements-dev.in b/services/openlr-resolver/requirements-dev.in index 075cd95..9b8fa9b 100644 --- a/services/openlr-resolver/requirements-dev.in +++ b/services/openlr-resolver/requirements-dev.in @@ -5,7 +5,7 @@ # requirements-dev.txt, generated by: # pip-compile --generate-hashes requirements-dev.in -r requirements.in -pytest==8.4.2 +pytest==9.1.1 httpx==0.28.1 testcontainers==4.14.2 ruff