We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96407d commit 0844dc5Copy full SHA for 0844dc5
pyproject.toml
@@ -34,22 +34,22 @@ pycryptodome = "*"
34
35
python-dotenv = "1.0.1"
36
python-magic = "0.4.27"
37
-PyYAML = "6.0.1"
+PyYAML = "6.0.3"
38
39
requests = { extras = ["security"], version = "*" }
40
types-aws-xray-sdk = "^2.14.0.20240606"
41
42
[tool.poetry.group.test.dependencies]
43
coveralls = "1.11.1"
44
-freezegun = "1.5.1"
+freezegun = "1.5.5"
45
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
46
monkeytype = "23.3.0"
47
mypy = "1.0.1"
48
poethepoet = "^0.24.4"
49
50
pytest = "7.2.0"
51
pytest-cov = "3.0.0"
52
-pytest-env = "0.8.1"
+pytest-env = "0.8.2"
53
pytest-mock = "3.14.0"
54
55
requests-mock = "1.10.0"
0 commit comments