From 8ff2f031276f9eae353e6b3a36748a60607e5554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 07:10:30 +0000 Subject: [PATCH] Update all minor versions --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8bad16..ac49172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,10 @@ packages = [{ include = "geoservercloud" }] [tool.poetry.dependencies] python = ">=3.9,<4.0" requests = "2.32.3" -OWSLib = "0.31.0" -xmltodict = "0.13.0" +OWSLib = "0.32.0" +xmltodict = "0.14.2" types-requests = "2.32.0.20241016" -types-xmltodict = "0.13.0.3" +types-xmltodict = "0.14.0.20241009" jsonschema = "^4.23.0" pytest-mock = "^3.14.0"