From b3ecaf767e667d9e6a1e133da685d7cac35508cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:20:49 +0000 Subject: [PATCH] build(deps): bump pytest-asyncio from 0.24.0 to 1.2.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 5 ++++- requirements-dev.txt | 28 +++++++++++++++++++++++----- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 289eaf12..c98009b8 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -8,6 +8,8 @@ asv==0.6.4 # via -r requirements-ci.in asv-runner==0.2.1 # via asv +backports-asyncio-runner==1.2.0 + # via pytest-asyncio build==1.2.2.post1 # via asv cachetools==5.5.2 @@ -70,7 +72,7 @@ pytest==8.3.5 # via # pytest-asyncio # pytest-django -pytest-asyncio==0.24.0 +pytest-asyncio==1.2.0 # via -r requirements-ci.in pytest-django==4.11.1 # via -r requirements-ci.in @@ -99,6 +101,7 @@ typing-extensions==4.13.2 # via # -r requirements-ci.in # pyee + # pytest-asyncio # tox # virtualenv urllib3==2.2.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9746d367..f8d95967 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,6 +10,8 @@ asv==0.6.4 # via -r requirements-dev.in asv-runner==0.2.1 # via asv +backports-asyncio-runner==1.2.0 + # via pytest-asyncio build==1.3.0 # via asv cachetools==6.1.0 @@ -26,7 +28,7 @@ colorama==0.4.6 # via tox distlib==0.4.0 # via virtualenv -django==5.2.5 +django==4.2.24 # via # -r requirements-dev.in # django-template-partials @@ -34,6 +36,8 @@ django-template-partials==25.1 # via -r requirements-dev.in djc-core-html-parser==1.0.2 # via -r requirements-dev.in +exceptiongroup==1.3.0 + # via pytest filelock==3.19.1 # via # tox @@ -45,7 +49,9 @@ identify==2.6.13 idna==3.10 # via requests importlib-metadata==8.7.0 - # via asv-runner + # via + # asv-runner + # build iniconfig==2.1.0 # via pytest json5==0.12.1 @@ -53,8 +59,7 @@ json5==0.12.1 mypy==1.17.1 # via -r requirements-dev.in mypy-extensions==1.1.0 - # via - # mypy + # via mypy nodeenv==1.9.1 # via pre-commit packaging==25.0 @@ -100,7 +105,7 @@ pytest==8.4.1 # pytest-asyncio # pytest-django # syrupy -pytest-asyncio==1.1.0 +pytest-asyncio==1.2.0 # via -r requirements-dev.in pytest-django==4.11.1 # via -r requirements-dev.in @@ -118,6 +123,14 @@ syrupy==4.9.1 # via -r requirements-dev.in tabulate==0.9.0 # via asv +tomli==2.2.1 + # via + # asv + # build + # mypy + # pyproject-api + # pytest + # tox tox==4.28.4 # via -r requirements-dev.in types-requests==2.32.4.20250809 @@ -125,8 +138,13 @@ types-requests==2.32.4.20250809 typing-extensions==4.14.1 # via # -r requirements-dev.in + # asgiref + # exceptiongroup # mypy # pyee + # pytest-asyncio + # tox + # virtualenv urllib3==2.5.0 # via # requests