From 2e66147dbfd7e2f18606b3f235e9c9e54bd67135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:43:54 +0000 Subject: [PATCH] Bump owslib from 0.27 to 0.28.1 in /ows_tests Bumps [owslib](https://github.com/geopython/OWSLib) from 0.27 to 0.28.1. - [Release notes](https://github.com/geopython/OWSLib/releases) - [Changelog](https://github.com/geopython/OWSLib/blob/master/CHANGES.rst) - [Commits](https://github.com/geopython/OWSLib/compare/0.27.0...0.28.1) --- updated-dependencies: - dependency-name: owslib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ows_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ows_tests/requirements.txt b/ows_tests/requirements.txt index 5c8b774..c26a552 100644 --- a/ows_tests/requirements.txt +++ b/ows_tests/requirements.txt @@ -1,3 +1,3 @@ gdal==3.2.2 -owslib==0.27 +owslib==0.28.1 pytest==7.0.1