mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
e8d63ef273
* Bump pytest-asyncio from 0.16.0 to 0.17.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Python version specified for dependency (3.6 support was dropped) * Pytest config fixes Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Soxoj <soxoj@protonmail.com>
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
flake8==4.0.1
|
|
pytest==6.2.5
|
|
pytest-asyncio==0.16.0;python_version<"3.7"
|
|
pytest-asyncio==0.17.0;python_version>="3.7"
|
|
pytest-cov==3.0.0
|
|
pytest-httpserver==1.0.3
|
|
pytest-rerunfailures==10.2
|