Skip to content

Commit

Permalink
Bump pytest from 8.2.1 to 8.2.2
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.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@8.2.1...8.2.2)

---
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 Jun 5, 2024
1 parent 91e3443 commit c653d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ dev = [
"mccabe<=0.7.0",
"mypy==1.10.0",
"pylint==3.2.2",
"pytest==8.2.1",
"pytest==8.2.2",
"build==1.2.1",
"mega.py==1.0.8",
]
test = [
"pytest==8.2.1",
"pytest==8.2.2",
"mega.py==1.0.8",
]

Expand Down

0 comments on commit c653d15

Please sign in to comment.