From 929c917b38fda18c3c28844111538a6d1cd2c512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:50:41 +0000 Subject: [PATCH 1/2] Bump setuptools from 63.3.0 to 63.4.1 Bumps [setuptools](https://github.com/pypa/setuptools) from 63.3.0 to 63.4.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v63.3.0...v63.4.1) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8de26c..d0bcbc4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ geojson==2.5.0 inquirer==2.10.0 requests==2.28.1 -setuptools==63.3.0 +setuptools==63.4.1 thefuzz==0.19.0 python_dateutil==2.8.2 From 4b4b9faf10fdbce4ef4cd9d3f8f698a99ff60077 Mon Sep 17 00:00:00 2001 From: Moritz Biering Date: Thu, 4 Aug 2022 20:46:16 +0200 Subject: [PATCH 2/2] Adapt supported python version Co-authored-by: Moritz Biering --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf7e7de..148eddb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For more (advanced) information about the SensorThings API see the official OGC ## Installation -`stapy` is compatible with Python 3.6+ and the recommended way to install is via [pip](https://pip.pypa.io/en/stable/) +`stapy` is compatible with Python 3.7+ and the recommended way to install is via [pip](https://pip.pypa.io/en/stable/) ```bash pip install stapy ```