From 7152210231fad7435773ebdc6a396a9f040d0a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:12:50 +0000 Subject: [PATCH] deps: bump the safe-dependencies group with 2 updates Updates the requirements on [pyogrio](https://github.com/geopandas/pyogrio) and [pytest-pylint](https://github.com/carsongee/pytest-pylint) to permit the latest version. Updates `pyogrio` to 0.7.2 - [Release notes](https://github.com/geopandas/pyogrio/releases) - [Changelog](https://github.com/geopandas/pyogrio/blob/main/CHANGES.md) - [Commits](https://github.com/geopandas/pyogrio/compare/v0.6.0...v0.7.2) Updates `pytest-pylint` to 0.21.0 - [Release notes](https://github.com/carsongee/pytest-pylint/releases) - [Commits](https://github.com/carsongee/pytest-pylint/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: pyogrio dependency-type: direct:production dependency-group: safe-dependencies - dependency-name: pytest-pylint dependency-type: direct:development dependency-group: safe-dependencies ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b211b14..94a97f6 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'pg8000>=1.29,<1.31', 'psycopg2-binary==2.9.*', 'pygsheets==2.0.*', - 'pyogrio==0.6.*', + 'pyogrio>=0.6,<0.8', 'pysftp==0.2.9', 'SQLAlchemy>=1.4,<2.1', ], @@ -55,7 +55,7 @@ 'pytest-instafail>=0.4,<0.6', 'pytest-isort==3.1.*', 'pytest-mock>=3.10,<3.13', - 'pytest-pylint==0.20.*', + 'pytest-pylint>=0.20,<0.22', 'pytest-watch==4.2.*', 'pytest==7.*', 'requests-mock==1.*',