mirror of
https://github.com/laramies/theHarvester.git
synced 2024-11-11 01:23:05 +08:00
Bump pytest-asyncio from 0.11.0 to 0.12.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
a0abb2afc0
commit
1e11ecb33e
2 changed files with 4 additions and 5 deletions
2
Pipfile
2
Pipfile
|
@ -25,4 +25,4 @@ flake8 = "==3.7.9"
|
|||
mypy = "==0.770"
|
||||
mypy-extensions = "==0.4.3"
|
||||
pytest = "==5.4.1"
|
||||
pytest-asyncio = "==0.11.0"
|
||||
pytest-asyncio = "==0.12.0"
|
||||
|
|
7
Pipfile.lock
generated
7
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "103a9d8c1fba49195a5bd6f0f56c453a8a5bc19cd44c287624a298a7061c5123"
|
||||
"sha256": "bd78bacd4a515ef8920d4ce4d1c6980ac6bc90c83be9cb4f791ee1f501360e9f"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
|
@ -496,11 +496,10 @@
|
|||
},
|
||||
"pytest-asyncio": {
|
||||
"hashes": [
|
||||
"sha256:6096d101a1ae350d971df05e25f4a8b4d3cd13ffb1b32e42d902ac49670d2bfa",
|
||||
"sha256:c54866f3cf5dd2063992ba2c34784edae11d3ed19e006d220a3cf0bfc4191fcb"
|
||||
"sha256:475bd2f3dc0bc11d2463656b3cbaafdbec5a47b47508ea0b329ee693040eebd2"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==0.11.0"
|
||||
"version": "==0.12.0"
|
||||
},
|
||||
"six": {
|
||||
"hashes": [
|
||||
|
|
Loading…
Reference in a new issue