mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
Bump pytest from 6.1.2 to 6.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.2...6.2.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4095bf66b7
commit
526f0a7323
2 changed files with 5 additions and 5 deletions
2
Pipfile
2
Pipfile
|
@ -27,5 +27,5 @@ flake8 = "==3.8.4"
|
|||
mypy = "==0.790"
|
||||
mypy-extensions = "==0.4.3"
|
||||
pyflakes = "==2.2.0"
|
||||
pytest ="==6.1.2"
|
||||
pytest ="==6.2.0"
|
||||
pytest-asyncio = "==0.14.0"
|
8
Pipfile.lock
generated
8
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "a6b2229675becee0b3965fe11720f9c0572bb39a9d1a1292bd05a2ffa83b057b"
|
||||
"sha256": "edd1634242fdb55fcaabddb7bb5537bb747b46a7cf82d4487aedf5423bc1ee60"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {},
|
||||
|
@ -640,11 +640,11 @@
|
|||
},
|
||||
"pytest": {
|
||||
"hashes": [
|
||||
"sha256:4288fed0d9153d9646bfcdf0c0428197dba1ecb27a33bb6e031d002fa88653fe",
|
||||
"sha256:c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e"
|
||||
"sha256:b12e09409c5bdedc28d308469e156127004a436b41e9b44f9bff6446cbab9152",
|
||||
"sha256:d69e1a80b34fe4d596c9142f35d9e523d98a2838976f1a68419a8f051b24cec6"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==6.1.2"
|
||||
"version": "==6.2.0"
|
||||
},
|
||||
"pytest-asyncio": {
|
||||
"hashes": [
|
||||
|
|
Loading…
Reference in a new issue