Skip to content

Commit

Permalink
Bump pytest from 6.2.3 to 7.1.2
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 7.1.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@6.2.3...7.1.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 14, 2022
1 parent 3ce8560 commit 0ea45de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ def find_version(*file_paths):
],
'dev': [
"bumpversion==0.6.0",
"pytest==6.2.3",
"pytest==7.1.2",
"pytest-cov==3.0.0",
"twine==2.0.0",
"mock==4.0.2",
"mock==4.0.3",
"freezegun==0.3.15"
]
}
Expand All @@ -53,7 +53,7 @@ def find_version(*file_paths):
"click==8.1.3",
"docker==4.2.2",
"PyInstaller==3.6",
"texttable==1.6.2",
"texttable==1.6.4",
"python-dateutil==2.8.1",
"Jinja2==2.11.2",
"psutil==5.7.0",
Expand Down

0 comments on commit 0ea45de

Please sign in to comment.