Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 Mar 4, 2024
1 parent f9b89f7 commit 07b8117
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ 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 ([#1](https://github.com/MechanicalFlower/godot-asset-library-client/pull/1))
- Bump `actions/download-artifact` from 3 to 4 ([#3](https://github.com/MechanicalFlower/godot-asset-library-client/pull/3))
- Bump `actions/upload-artifact` from 3 to 4 ([#2](https://github.com/MechanicalFlower/godot-asset-library-client/pull/2))
- Bump `pytest` from 7.4.3 to 8.0.2 ([#8](https://github.com/MechanicalFlower/godot-asset-library-client/pull/8), [#11](https://github.com/MechanicalFlower/godot-asset-library-client/pull/11), [#13](https://github.com/MechanicalFlower/godot-asset-library-client/pull/13), [#17](https://github.com/MechanicalFlower/godot-asset-library-client/pull/17))
- Bump `pytest` from 7.4.3 to 8.1.0 ([#8](https://github.com/MechanicalFlower/godot-asset-library-client/pull/8), [#11](https://github.com/MechanicalFlower/godot-asset-library-client/pull/11), [#13](https://github.com/MechanicalFlower/godot-asset-library-client/pull/13), [#17](https://github.com/MechanicalFlower/godot-asset-library-client/pull/17), [#20](https://github.com/MechanicalFlower/godot-asset-library-client/pull/20))
- Bump `attrs` from 23.1.0 to 23.2.0 ([#6](https://github.com/MechanicalFlower/godot-asset-library-client/pull/6))
- Bump `pre-commit` from 3.6.0 to 3.6.2 ([#12](https://github.com/MechanicalFlower/godot-asset-library-client/pull/12), [#14](https://github.com/MechanicalFlower/godot-asset-library-client/pull/14))
- Bump `openapi-python-client` from 0.16.0 to 0.18.0 ([#10](https://github.com/MechanicalFlower/godot-asset-library-client/pull/10), [#15](https://github.com/MechanicalFlower/godot-asset-library-client/pull/15), [#16](https://github.com/MechanicalFlower/godot-asset-library-client/pull/16))
20 changes: 10 additions & 10 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
@@ -21,7 +21,7 @@ python-dateutil = "^2.8.0"
[tool.poetry.scripts]

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.2"
pytest = "^8.1.0"
pre-commit = "^3.6.2"
openapi-python-client = "^0.18.0"

0 comments on commit 07b8117

Please # to comment.