Skip to content

Commit ebf33a1

Browse files
Bump pytest-asyncio from 0.21.1 to 0.23.7 (#90)
1 parent 5dc64b1 commit ebf33a1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ faker = ">=24.14,<26.0"
5353
mock = "^5.1.0"
5454
pyfakefs = "^5.4.1"
5555
pytest = "^8.1.2"
56-
pytest-asyncio = "0.21.1"
56+
pytest-asyncio = "0.23.7"
5757
pytest-cov = "^5.0.0"
5858
pytest-env = "^1.1.3"
5959
pytest-mock = "^3.14.0"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pyjwt[crypto]==2.8.0 ; python_version >= "3.9" and python_version < "4.0"
7878
pymarkdownlnt==0.9.20 ; python_version >= "3.9" and python_version < "4.0"
7979
pymdown-extensions==10.8.1 ; python_version >= "3.9" and python_version < "4.0"
8080
pynacl==1.5.0 ; python_version >= "3.9" and python_version < "4.0"
81-
pytest-asyncio==0.21.1 ; python_version >= "3.9" and python_version < "4.0"
81+
pytest-asyncio==0.23.7 ; python_version >= "3.9" and python_version < "4.0"
8282
pytest-cov==5.0.0 ; python_version >= "3.9" and python_version < "4.0"
8383
pytest-env==1.1.3 ; python_version >= "3.9" and python_version < "4.0"
8484
pytest-mock==3.14.0 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)