From bd1bd1cd0066d3c93d703d069e58d19441299626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:44:07 +0000 Subject: [PATCH] Bump owslib from 0.9.0 to 0.28.1 Bumps [owslib](https://github.com/geopython/OWSLib) from 0.9.0 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.9.0...0.28.1) --- updated-dependencies: - dependency-name: owslib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99301d4..67c4396 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ author_email='jorisvandenbossche@gmail.com', license='BSD', packages=['ircelsos'], - install_requires=['owslib==0.9.0', 'six'], + install_requires=['owslib==0.28.1', 'six'], entry_points={ 'console_scripts': [ 'ircelsos=ircelsos.main:main',