Skip to content

Commit fe1af6f

Browse files
committed
chore: update Python dependencies to latest versions
1 parent 2793d6f commit fe1af6f

File tree

6 files changed

+313
-311
lines changed

6 files changed

+313
-311
lines changed

unicorn_contracts/poetry.lock

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

unicorn_contracts/pyproject.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ packages = [{ include = "contracts_service", from = "src" }]
77

88
[tool.poetry.dependencies]
99
python = "^3.11"
10-
boto3 = "^1.28"
11-
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.23.0" }
12-
aws-xray-sdk = "^2.12.0"
10+
boto3 = "^1.34.100"
11+
aws-lambda-powertools = {extras = ["aws-sdk"], version = "^2.37.0"}
12+
aws-xray-sdk = "^2.13.0"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
pytest = "^7.4.0"
16-
# pytest-mock = "^3.11.1"
15+
pytest = "^8.2.0"
1716
requests = "^2.31.0"
18-
moto = "^4.1.13"
19-
importlib-metadata = "^6.8.0"
17+
moto = "^5.0.6"
18+
importlib-metadata = "^7.1.0"
2019
pyyaml = "^6.0.1"
2120
arnparse = "^0.0.2"
2221

@@ -25,7 +24,7 @@ requires = ["poetry-core>=1.0.0"]
2524
build-backend = "poetry.core.masonry.api"
2625

2726
[tool.pytest.ini_options]
28-
minversion = "7.0"
27+
minversion = "8.0"
2928
addopts = "-ra -vv -W ignore::UserWarning"
3029
testpaths = ["tests/unit", "tests/integration"]
3130

0 commit comments

Comments
 (0)