diff --git a/demos/blog/requirements.txt b/demos/blog/requirements.txt index d45bd61ae..6bae5d316 100644 --- a/demos/blog/requirements.txt +++ b/demos/blog/requirements.txt @@ -8,7 +8,7 @@ redis==6.2.0 SQLalchemy==2.0.41 # testing -pytest==8.3.5 +pytest==8.4.1 pytest-aiohttp==1.1.0 pytest-asyncio==0.26.0 flake8==7.3.0 diff --git a/demos/graphql-demo/requirements-dev.txt b/demos/graphql-demo/requirements-dev.txt index 6508f0e70..1310a68e8 100644 --- a/demos/graphql-demo/requirements-dev.txt +++ b/demos/graphql-demo/requirements-dev.txt @@ -12,6 +12,6 @@ redis==6.2.0 mypy==1.16.1 flake8==7.3.0 -pytest==8.3.5 +pytest==8.4.1 pytest-cov==6.2.1 sqlalchemy==2.0.41 diff --git a/demos/moderator/requirements-dev.txt b/demos/moderator/requirements-dev.txt index e900a55a9..13bdf5dc8 100644 --- a/demos/moderator/requirements-dev.txt +++ b/demos/moderator/requirements-dev.txt @@ -12,7 +12,7 @@ flake8-bugbear==24.12.12 flake8-quotes==3.4.0 ipdb==0.13.13 mypy==1.16.1 -pytest==8.3.5 +pytest==8.4.1 pytest-aiohttp==1.1.0 pytest-asyncio==0.26.0 pytest-cov==6.2.1 diff --git a/demos/moderator_bot/requirements-dev.txt b/demos/moderator_bot/requirements-dev.txt index 6a525f4d1..c76ba7c39 100644 --- a/demos/moderator_bot/requirements-dev.txt +++ b/demos/moderator_bot/requirements-dev.txt @@ -12,7 +12,7 @@ more-itertools==10.7.0 multidict==6.6.3 numpy==1.26.4 pluggy==1.6.0 -pytest==8.3.5 +pytest==8.4.1 pytest-aiohttp==1.1.0 pyyaml==6.0.2 scikit-learn==1.7.0 diff --git a/demos/polls/requirements-dev.txt b/demos/polls/requirements-dev.txt index 66582947f..f7fd0be45 100644 --- a/demos/polls/requirements-dev.txt +++ b/demos/polls/requirements-dev.txt @@ -5,6 +5,6 @@ trafaret_config==2.0.2 SQLalchemy==2.0.41 # For testing -pytest==8.3.5 +pytest==8.4.1 pytest-aiohttp==1.1.0 flake8==7.3.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 2ba987f2b..15f39915e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ flake8-bugbear==24.12.12 flake8-quotes==3.4.0 # test -pytest==8.3.5 +pytest==8.4.1 pytest-aiohttp==1.1.0