diff --git a/poetry.lock b/poetry.lock index 225383e5..95af059e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1021,8 +1021,8 @@ files = [ google-auth = ">=2.14.1,<3.0.0" googleapis-common-protos = ">=1.63.2,<2.0.0" proto-plus = [ - {version = ">=1.22.3,<2.0.0"}, {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, + {version = ">=1.22.3,<2.0.0", markers = "python_version < \"3.13\""}, ] protobuf = ">=4.25.8,<8.0.0" requests = ">=2.20.0,<3.0.0" @@ -2152,8 +2152,8 @@ files = [ astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = [ - {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.7", markers = "python_version >= \"3.12\""}, + {version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.3.6", markers = "python_version == \"3.11\""}, ] isort = ">=5,<5.13 || >5.13,<9" @@ -3317,14 +3317,14 @@ files = [ [[package]] name = "url-normalize" -version = "2.2.1" +version = "3.0.0" description = "URL normalization for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "url_normalize-2.2.1-py3-none-any.whl", hash = "sha256:3deb687587dc91f7b25c9ae5162ffc0f057ae85d22b1e15cf5698311247f567b"}, - {file = "url_normalize-2.2.1.tar.gz", hash = "sha256:74a540a3b6eba1d95bdc610c24f2c0141639f3ba903501e61a52a8730247ff37"}, + {file = "url_normalize-3.0.0-py3-none-any.whl", hash = "sha256:95234bd359f86831c1fd87c248877f2a6887db2f3b5087120083f2fffcba4889"}, + {file = "url_normalize-3.0.0.tar.gz", hash = "sha256:0552cbf2831a32a28994a13d29bca58a60e10ff6c0380e343ec6d1c2a0d232d8"}, ] [package.dependencies] @@ -3404,4 +3404,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "f3cc6733e8ef0da64c17e79e0ec14c438408795dbbfd4a0a4e38a885e43b1720" +content-hash = "d7a2c73e027fa88e5bb6c32f82842c3525ec3ac9b0f6e730760f150bb4a1cd83" diff --git a/pyproject.toml b/pyproject.toml index f4153909..2cfbd2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ kapitan = "0.35.0" click = "8.3.3" gitpython = "3.1.47" requests = "2.33.1" -url-normalize = "2.2.1" +url-normalize = "3.0.0" python-dotenv = "1.2.2" pyxdg = "0.28" cruft = "2.16.0"