From 6fbac80222fcf53b4946c454bf09254cedb3c9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:24:18 +0000 Subject: [PATCH] chore(deps): bump pytest-twisted from 1.14.1 to 1.14.2 Bumps [pytest-twisted](https://github.com/pytest-dev/pytest-twisted) from 1.14.1 to 1.14.2. - [Release notes](https://github.com/pytest-dev/pytest-twisted/releases) - [Commits](https://github.com/pytest-dev/pytest-twisted/compare/v1.14.1...v1.14.2) --- updated-dependencies: - dependency-name: pytest-twisted dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index e489799..96b3900 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -13,7 +13,7 @@ pytest-asyncio==0.23.7 asyncio==3.4.3 pytest-tornasync>=0.6.0 pytest-trio==0.8.0 -pytest-twisted==1.14.1 +pytest-twisted==1.14.2 Twisted==24.3.0 python-dotenv==1.0.0 pytest-rerunfailures==14.0