Skip to content

Commit a585eee

Browse files
committed
feature/PI-383-use_external_id Added dependabots
1 parent d366275 commit a585eee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python = "3.12.3"
1818
pydantic = "1.10.21"
1919
nhs-context-logging = "^0.6.8"
2020
requests = "^2.31.0"
21-
aws-lambda-powertools = "^2.26.0"
21+
aws-lambda-powertools = "^3.7.0"
2222
email-validator = "^2.1.0.post1"
2323
smart-open = "^7.0.1"
2424
urllib3 = "<3"
@@ -36,7 +36,7 @@ pytest = "^8.2.0"
3636
pytest-custom-exit-code = "^0.3.0"
3737
sh = "^2.0.6"
3838
hypothesis = "^6.87.3"
39-
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^2.26.0" }
39+
aws-lambda-powertools = { extras = ["aws-sdk"], version = "^3.7.0" }
4040
parse = "^1.19.1"
4141
pytest-mock = "^3.12.0"
4242
datamodel-code-generator = "^0.28.1"
@@ -61,7 +61,7 @@ click = "^8.1.7"
6161
optional = true
6262

6363
[tool.poetry.group.local.dependencies]
64-
ipython = "^8.17.2"
64+
ipython = "^9.0.1"
6565

6666
# [tool.poetry.group.sds_update]
6767
# optional = true

0 commit comments

Comments
 (0)