From c8453552fbfbc4c42c91fa49be4568fb576826ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:48:17 +0000 Subject: [PATCH] build(deps): bump tox from 4.55.0 to 4.55.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.55.0 to 4.55.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.55.0...4.55.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.55.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index db467f9..0480444 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,5 +6,5 @@ pytest-timeout==2.4.0 pytest-asyncio requests_mock aiohttp -tox==4.55.0 +tox==4.55.1 freezegun