Skip to content

Commit afe4320

Browse files
build: upgrade moto to a supported python 3.12 version
1 parent 44d73c7 commit afe4320

2 files changed

Lines changed: 36 additions & 23 deletions

File tree

poetry.lock

Lines changed: 35 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ optional = true
6767
faker = "18.11.1"
6868
behave = "1.3.3"
6969
coverage = "7.11.0"
70-
moto = {extras = ["s3"], version = "4.0.13"}
70+
moto = {extras = ["s3"], version = "4.2.14"}
7171
Werkzeug = "3.1.6"
7272
pytest = "8.4.2"
7373
pytest-lazy-fixtures = "1.4.0" # switched from https://github.com/TvoroG/pytest-lazy-fixture as it's no longer supported

0 commit comments

Comments
 (0)