diff --git a/poetry.lock b/poetry.lock index 43a6fc58a..5c25e7572 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1037,19 +1037,16 @@ files = [ [[package]] name = "packaging" -version = "20.9" +version = "23.2" description = "Core utilities for Python packages" category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.7" files = [ - {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"}, - {file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"}, + {file = "packaging-23.2-py3-none-any.whl", hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7"}, + {file = "packaging-23.2.tar.gz", hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5"}, ] -[package.dependencies] -pyparsing = ">=2.0.2" - [[package]] name = "pathspec" version = "0.11.0" @@ -1064,18 +1061,18 @@ files = [ [[package]] name = "pep440-version-utils" -version = "0.3.0" +version = "1.0.0" description = "Utilities to deal with pep440 versioning" category = "dev" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.8,<3.11" files = [ - {file = "pep440-version-utils-0.3.0.tar.gz", hash = "sha256:ceb8c8da63b54cc555946d91829f72fe323f8d635b22fa54ef0a9800c37f50df"}, - {file = "pep440_version_utils-0.3.0-py3-none-any.whl", hash = "sha256:73780b2c31adad5ca35c89eb008f51c2a47aee0318debe31391b673b90577e1b"}, + {file = "pep440_version_utils-1.0.0-py3-none-any.whl", hash = "sha256:5140d35f9451eb02b28e76f0d5cd0f0d6d9d4154c3dec69653a5c8a08fb7ef97"}, + {file = "pep440_version_utils-1.0.0.tar.gz", hash = "sha256:7ce03456ce4429e7d29547ccffd15c19dbb851c9e1960c2fa5b281959da1083a"}, ] [package.dependencies] -packaging = ">=20.3,<21.0" +packaging = ">=21.3,<24" [[package]] name = "platformdirs" @@ -1156,21 +1153,6 @@ files = [ {file = "protobuf-3.20.3.tar.gz", hash = "sha256:2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2"}, ] -[[package]] -name = "pyparsing" -version = "3.0.9" -description = "pyparsing module - Classes and methods to define and execute parsing grammars" -category = "dev" -optional = false -python-versions = ">=3.6.8" -files = [ - {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"}, - {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, -] - -[package.extras] -diagrams = ["jinja2", "railroad-diagrams"] - [[package]] name = "pyreadline3" version = "3.4.1" @@ -1932,4 +1914,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "77b9438ee3a1fcd07e5f6891a815463ee35d488b4d8ac1ddb43eaf6afee2c4c6" +content-hash = "719f6a4949afc48b616fc654a0cfa2575b4516942bdbdc3ba71c6ed20260b7b6" diff --git a/pyproject.toml b/pyproject.toml index cbd657695..5a88146a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ black = "22.12.0" questionary = ">=1.5.1,<2.1.0" towncrier = "^23.6.0" toml = "^0.10.0" -pep440-version-utils = "^0.3.0" +pep440-version-utils = "^1.0.0" semantic_version = "^2.8.5" mypy = "^1.5" sanic-testing = "^22.3.0, <22.9.0"