Skip to content

Commit

Permalink
chore(deps): bump the major-dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [arcgis](https://developers.arcgis.com/python/), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [numpy](https://github.com/numpy/numpy), [jupyterlab](https://github.com/jupyterlab/jupyterlab), [jupyter-server](https://github.com/jupyter-server/jupyter_server), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version.

Updates `arcgis` to 2.2.0

Updates `sqlalchemy` to 2.0.21
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `numpy` to 1.26.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v0.2.0...v1.26.0)

Updates `jupyterlab` from 3.6.5 to 4.0.6
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `jupyter-server` from 1.24.0 to 2.7.3
- [Release notes](https://github.com/jupyter-server/jupyter_server/releases)
- [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md)
- [Commits](jupyter-server/jupyter_server@v1.24.0...v2.7.3)

Updates `pytest-cov` to 4.1.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.0.0...v4.1.0)

Updates `pytest-mock` to 3.11.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.10.0...v3.11.1)

---
updated-dependencies:
- dependency-name: arcgis
  dependency-type: direct:production
  dependency-group: major-dependencies
- dependency-name: sqlalchemy
  dependency-type: direct:production
  dependency-group: major-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: major-dependencies
- dependency-name: jupyterlab
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: jupyter-server
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: pytest-cov
  dependency-type: direct:development
  dependency-group: major-dependencies
- dependency-name: pytest-mock
  dependency-type: direct:development
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent e4395f1 commit e8078f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,35 @@
keywords=['gis'],
install_requires=[
'pysftp==0.2.9',
'arcgis==2.1.*',
'arcgis>=2.1,<2.3',
'pyogrio==0.6.*',
'pygsheets==2.0.*',
'geopandas==0.14.*',
'SQLAlchemy==1.4.*',
'SQLAlchemy>=1.4,<2.1',
'pg8000>=1.29,<1.31',
'psycopg2-binary==2.9.*',
'numpy<=1.23.5', #: Pinned to < 1.24 to fix "module 'numpy' has no attribute 'str'" error
'numpy<=1.26.0', #: Pinned to < 1.24 to fix "module 'numpy' has no attribute 'str'" error
],
extras_require={
'nopro': [
#: pinned versions to avoid backtracking if pro (and thus arcgis) aren't already installed
'jupyterlab==3.6.5',
'jupyter-server==1.24.0',
'jupyterlab==4.0.6',
'jupyter-server==2.7.3',
'ipykernel==6.24.0',
'ypy-websocket==0.8.2'
],
'tests': [
'pdoc3==0.10.*',
'pylint-quotes==0.2.*',
'pylint>=2.15,<3.1',
'pytest-cov==4.0.*',
'pytest-cov>=4.0,<4.2',
'pytest-instafail==0.4.*',
'pytest-isort==3.1.*',
# 'pytest-pylint==0.19.*', #: https://github.com/carsongee/pytest-pylint/issues/180
'pytest-watch==4.2.*',
'pytest==7.*',
'yapf>=0.32,<0.41',
'pytest-mock==3.10.*',
'pytest-mock>=3.10,<3.12',
]
},
setup_requires=[
Expand Down

0 comments on commit e8078f8

Please sign in to comment.