From 4d0abf76c5e85d9a39d81eeeb9a649eb05fc8382 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 06:03:53 +0000 Subject: [PATCH] Update all minor versions --- acceptance_tests/poetry.lock | 8 ++++---- acceptance_tests/pyproject.toml | 2 +- requirements.txt | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/acceptance_tests/poetry.lock b/acceptance_tests/poetry.lock index 0fc182d..25a1b49 100644 --- a/acceptance_tests/poetry.lock +++ b/acceptance_tests/poetry.lock @@ -478,13 +478,13 @@ files = [ [[package]] name = "owslib" -version = "0.30.0" +version = "0.31.0" description = "OGC Web Service utility library" optional = false python-versions = ">=3.6" files = [ - {file = "OWSLib-0.30.0-py2.py3-none-any.whl", hash = "sha256:88277cf674ded604596af5c04eb2a17c6846dfe8bcfb7a5dc9ab50b3ef5f1385"}, - {file = "OWSLib-0.30.0.tar.gz", hash = "sha256:f17413cc75836c0303cd1d4fd9bb0f21915a8b492dacc64ef5f4021b28e82d4c"}, + {file = "OWSLib-0.31.0-py2.py3-none-any.whl", hash = "sha256:ab54d20974bd8ddd24ee5539c46a7829ec9e77ed0976724f635d1a3a321d3a39"}, + {file = "OWSLib-0.31.0.tar.gz", hash = "sha256:2ed6540087445cc57d905138a590b6ae58624ec7661b5c1682ed4e3303bcd150"}, ] [package.dependencies] @@ -916,4 +916,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "f8b73676dc5e6b9c2aabe799954a69d974a096e63b09bb7f09af0300daf1d507" +content-hash = "7be10e9c2305516369149fb0696cbcd9af3f120684c3d0f94e2cdedbae1f8bde" diff --git a/acceptance_tests/pyproject.toml b/acceptance_tests/pyproject.toml index 4f14dac..ae3b14e 100644 --- a/acceptance_tests/pyproject.toml +++ b/acceptance_tests/pyproject.toml @@ -31,5 +31,5 @@ netifaces = "0.11.0" requests = "2.32.2" lxml = "5.2.1" certifi = "2024.7.4" -OWSLib = "0.30.0" +OWSLib = "0.31.0" urllib3 = "2.2.2" diff --git a/requirements.txt b/requirements.txt index d7eee2b..54b77f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -asyncpg==0.25.0 -Babel==2.8.0 +asyncpg==0.29.0 +Babel==2.15.0 click==8.1.7 datrie==0.8.2 falcon==3.1.3 @@ -7,15 +7,15 @@ greenlet==1.1.2 gunicorn==22.0.0 h11==0.14.0 Jinja2==3.1.4 -MarkupSafe==2.0.1 -packaging==24.0 +MarkupSafe==2.1.5 +packaging==24.1 psutil==5.9.0 -psycopg==3.1.19 +psycopg==3.2.1 psycopg2==2.9.2 -PyICU==2.8.1 -python-dotenv==0.19.2 -pytz==2022.1 +PyICU==2.13.1 +python-dotenv==0.21.1 +pytz==2022.7.1 PyYAML==5.4.1 SQLAlchemy==2.0.25 -typing_extensions==4.11.0 -uvicorn==0.29.0 +typing_extensions==4.12.2 +uvicorn==0.30.1