8000 Bump `pytest-asyncio` from 0.21.1 to 0.21.2 (#4232) · gtkacz/python-telegram-bot@615f1bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 615f1bf

Browse files
Bump pytest-asyncio from 0.21.1 to 0.21.2 (python-telegram-bot#4232)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a8b1be commit 615f1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pre-commit # needed for pre-commit hooks in the git commit command
22

33
# For the test suite
44
pytest==8.1.1
5-
pytest-asyncio==0.21.1 # needed because pytest doesn't come with native support for coroutines as tests
5+
pytest-asyncio==0.21.2 # needed because pytest doesn't come with native support for coroutines as tests
66
pytest-xdist==3.6.1 # xdist runs tests in parallel
77
flaky # Used for flaky tests (flaky decorator)
88
beautifulsoup4 # used in test_official for parsing tg docs

0 commit comments

Comments
 (0)
0