diff --git a/CHANGELOG.md b/CHANGELOG.md index 119b5d1..b80312d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/poetry.lock b/poetry.lock index 7477936..ed86d43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -553,13 +553,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] @@ -865,4 +865,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "59ed0c7e93222aa11c5beda095204f6e640ad70ba9f16482c4cba53fe552586f" +content-hash = "78758f98239b0f3948105f5f14f9891c7fe9fde1f7274f6fed512ffc2c1168f5" diff --git a/pyproject.toml b/pyproject.toml index ef2a23b..09f7a87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"