Skip to content

Commit 91595ee

Browse files
committed
🔒️ chore: Update dependencies and lockfile
1 parent 5764ff7 commit 91595ee

File tree

2 files changed

+103
-99
lines changed

2 files changed

+103
-99
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{ name = "Outscal SAS", email = "opensource@outscale.com" }
77
]
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
license = { text = "BSD" }
1111
keywords = []
1212
classifiers = [
@@ -22,13 +22,13 @@ classifiers = [
2222
dependencies = [
2323
"requests>=2.20.0",
2424
"ruamel.yaml==0.19.1",
25-
"urllib3>=2.0.0",
25+
"urllib3>=2.6.3",
2626
]
2727

2828
[dependency-groups]
2929
dev = [
3030
"pytest>=7.2.0",
31-
"tox-uv>=1.11.3",
31+
"tox-uv>=1.29.0",
3232
"ruff>=0.14.7",
3333
]
3434

0 commit comments

Comments
 (0)