Skip to content

Commit a4469a8

Browse files
authored
Merge branch 'main' into tim/edge-config
2 parents 21c5cd8 + e69e087 commit a4469a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [
99
{include = "**/*.py", from = "src"},
1010
]
1111
readme = "README.md"
12-
version = "0.23.4"
12+
version = "0.24.0"
1313

1414
[tool.poetry.dependencies]
1515
# For certifi, use ">=" instead of "^" since it upgrades its "major version" every year, not really following semver
@@ -21,7 +21,7 @@ python = ">=3.9,<4.0"
2121
python-dateutil = "^2.9.0"
2222
requests = "^2.28.2"
2323
typer = "^0.15.4"
24-
urllib3 = "^2.5.0"
24+
urllib3 = "^2.6.1"
2525

2626
[tool.poetry.group.dev.dependencies]
2727
datamodel-code-generator = "^0.35.0"

0 commit comments

Comments
 (0)