File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ requires = ["poetry-core>=1.7.1"]
17
17
build-backend = " poetry.core.masonry.api"
18
18
19
19
[tool .poetry .dependencies ]
20
- python = " ~3.10.9 "
20
+ python = " ~3.12.0 "
21
21
aws-xray-sdk = " ^2.14.0"
22
22
23
23
awscli-cwlogs = " 1.4.6"
@@ -43,17 +43,17 @@ coveralls = "1.11.1"
43
43
freezegun = " 1.5.1"
44
44
jinja2-cli = { extras = [" yaml" ], version = " 0.8.2" }
45
45
monkeytype = " 23.3.0"
46
- mypy = " 1.0.1 "
47
- poethepoet = " ^0.24.4 "
46
+ mypy = " 1.11.2 "
47
+ poethepoet = " ^0.28.0 "
48
48
49
- pytest = " 7.2.0 "
49
+ pytest = " 7.4.4 "
50
50
pytest-cov = " 3.0.0"
51
51
pytest-env = " 0.8.1"
52
52
pytest-mock = " 3.14.0"
53
53
54
- requests-mock = " 1.10.0 "
55
- ruff = " ^0.2.1 "
56
- types-requests = " 2.28.11 "
54
+ requests-mock = " 1.12.1 "
55
+ ruff = " ^0.6.0 "
56
+ types-requests = " 2.32.0.20240907 "
57
57
58
58
59
59
# Poe the Poet tasks
You can’t perform that action at this time.
0 commit comments