diff --git a/pyproject.toml b/pyproject.toml index fcb4db3..277e68f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,15 +13,15 @@ packages = [ [tool.poetry.dependencies] python = ">=3.10,<4.0" requests = "2.34.2" -OWSLib = "0.35.0" +OWSLib = "0.36.0" xmltodict = "1.0.4" psycopg2-binary = "^2.9.9" sqlalchemy = "2.0.51" -pytest = "9.0.3" +pytest = "9.1.1" [tool.poetry.group.dev.dependencies] responses = "0.26.2" -coverage = "7.14.3" +coverage = "7.15.4" sphinx = "<8.2.4" sphinx-rtd-theme = "3.1.0" types-requests = "2.33.0.20260712"