Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 0221216 commit 7c5f93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dynamic = ["version"]

[project.optional-dependencies]
test = [
"pytest==7.4.3",
"pytest==7.4.4",
"pytest-cov==4.1.0",
"pytest-benchmark==4.0.0"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ sqlitedict==2.1.0
python-magic==0.4.27
Nuitka==1.9.5
pylint==3.0.3
pytest==7.4.3
pytest==7.4.4
pytest-cov==4.1.0
pytest-benchmark==4.0.0

0 comments on commit 7c5f93a

Please sign in to comment.