Skip to content

Commit

Permalink
chore(deps-dev): bump pytest from 8.3.2 to 8.3.4 (#65)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump pytest from 8.3.2 to 8.3.4

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.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@8.3.2...8.3.4)

---
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 Dec 3, 2024
1 parent d82bb85 commit f68a48a
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 @@ -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 3.0.0 ([#1](https://github.com/MechanicalFlower/godot-asset-library-client/pull/1), [#38](https://github.com/MechanicalFlower/godot-asset-library-client/pull/38))
- 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.3.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), [#20](https://github.com/MechanicalFlower/godot-asset-library-client/pull/20), [#23](https://github.com/MechanicalFlower/godot-asset-library-client/pull/23), [#26](https://github.com/MechanicalFlower/godot-asset-library-client/pull/26), [#29](https://github.com/MechanicalFlower/godot-asset-library-client/pull/29), [#32](https://github.com/MechanicalFlower/godot-asset-library-client/pull/32), [#41](https://github.com/MechanicalFlower/godot-asset-library-client/pull/41))
- Bump `pytest` from 7.4.3 to 8.3.4 ([#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), [#23](https://github.com/MechanicalFlower/godot-asset-library-client/pull/23), [#26](https://github.com/MechanicalFlower/godot-asset-library-client/pull/26), [#29](https://github.com/MechanicalFlower/godot-asset-library-client/pull/29), [#32](https://github.com/MechanicalFlower/godot-asset-library-client/pull/32), [#41](https://github.com/MechanicalFlower/godot-asset-library-client/pull/41), [#65](https://github.com/MechanicalFlower/godot-asset-library-client/pull/65))
- 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 4.0.1 ([#12](https://github.com/MechanicalFlower/godot-asset-library-client/pull/12), [#14](https://github.com/MechanicalFlower/godot-asset-library-client/pull/14), [#27](https://github.com/MechanicalFlower/godot-asset-library-client/pull/27), [#42](https://github.com/MechanicalFlower/godot-asset-library-client/pull/42), [#60](https://github.com/MechanicalFlower/godot-asset-library-client/pull/60))
- Bump `openapi-python-client` from 0.16.0 to 0.21.5 ([#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), [#22](https://github.com/MechanicalFlower/godot-asset-library-client/pull/22), [#30](https://github.com/MechanicalFlower/godot-asset-library-client/pull/30), [#39](https://github.com/MechanicalFlower/godot-asset-library-client/pull/39), [#53](https://github.com/MechanicalFlower/godot-asset-library-client/pull/53))
Expand Down
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 @@ -21,7 +21,7 @@ python-dateutil = "^2.9.0"
[tool.poetry.scripts]

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.4"
pre-commit = "^4.0.1"
openapi-python-client = "^0.21.5"

Expand Down

0 comments on commit f68a48a

Please sign in to comment.