diff --git a/poetry.lock b/poetry.lock index f70e44c..9005199 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1871,4 +1871,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "92f82342f6a15809217d44397753ba961021f8b2d6669be2dfe71dcb02228cb9" +content-hash = "335cc5d920e70138b3273c99a4c56fb84fd8141c80933c68df93ee8293c1f361" diff --git a/pyproject.toml b/pyproject.toml index eb3a37d..7adc31b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ psycopg2-binary = "^2.9.9" httpx = "^0.27.0" schedule = "^1.2.2" python-dateutil = "^2.9.0-post.0" +packaging = "^24.1" [tool.poetry.group.dev.dependencies] pytest = "^8.2.2"