From 400701fc37c47d38bf67921a2aee5bdd61a78bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:37:55 +0000 Subject: [PATCH] Bump owslib from 0.24.1 to 0.28.1 Bumps [owslib](https://github.com/geopython/OWSLib) from 0.24.1 to 0.28.1. - [Release notes](https://github.com/geopython/OWSLib/releases) - [Commits](https://github.com/geopython/OWSLib/compare/0.24.1...0.28.1) --- updated-dependencies: - dependency-name: owslib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df2d971..73f441d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "cartopy==0.18.0", "matplotlib==3.7.1", "numexpr==2.8.4", - "owslib==0.24.1", + "owslib==0.28.1", "pyyaml==6.0", "requests==2.29.0", "scikit-image==0.19.3", diff --git a/requirements.txt b/requirements.txt index 1047e94..0d09364 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ affine==2.3.0 cartopy==0.18.0 matplotlib==3.7.1 numexpr==2.8.4 -owslib==0.24.1 +owslib==0.28.1 pyyaml==6.0 requests==2.29.0 scikit-image==0.19.3