Skip to content

Commit

Permalink
chore(deps-dev): bump pytest from 8.0.1 to 8.0.2 (#11)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump pytest from 8.0.1 to 8.0.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.0.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.0.1...8.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* chore(changelog): automatic update to add dependabot deps bump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Feb 26, 2024
1 parent 3e437de commit 41ed89a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bump `sigstore/gh-action-sigstore-python` from 2.1.0 to 2.1.1 ([#5](https://github.com/MechanicalFlower/python-template/pull/5))
- Bump `actions/download-artifact` from 3 to 4 ([#4](https://github.com/MechanicalFlower/python-template/pull/4))
- Bump `actions/upload-artifact` from 3 to 4 ([#3](https://github.com/MechanicalFlower/python-template/pull/3))
- Bump `pytest` from 7.4.3 to 8.0.1 ([#6](https://github.com/MechanicalFlower/python-template/pull/6), [#7](https://github.com/MechanicalFlower/python-template/pull/7), [#10](https://github.com/MechanicalFlower/python-template/pull/10))
- Bump `pytest` from 7.4.3 to 8.0.2 ([#6](https://github.com/MechanicalFlower/python-template/pull/6), [#7](https://github.com/MechanicalFlower/python-template/pull/7), [#10](https://github.com/MechanicalFlower/python-template/pull/10), [#11](https://github.com/MechanicalFlower/python-template/pull/11))
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python = "^3.10"
[tool.poetry.scripts]

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.1"
pytest = "^8.0.2"
pre-commit = "^3.6.2"

[tool.poetry.urls]
Expand Down

0 comments on commit 41ed89a

Please sign in to comment.