Skip to content

Commit

Permalink
deps: bump the safe-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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](geopandas/pyogrio@v0.6.0...v0.7.2)

Updates `pytest-pylint` to 0.21.0
- [Release notes](https://github.com/carsongee/pytest-pylint/releases)
- [Commits](carsongee/pytest-pylint@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jacobdadams committed Dec 6, 2023
1 parent 5d14fb9 commit 7152210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand All @@ -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.*',
Expand Down

0 comments on commit 7152210

Please sign in to comment.