Skip to content

Commit

Permalink
deps: bump the major-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [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 `sqlalchemy` to 2.0.22
- [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 `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: sqlalchemy
  dependency-type: direct:production
  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 and jacobdadams committed Oct 16, 2023
1 parent fd11754 commit 7913200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'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.*',
],
Expand All @@ -51,14 +51,14 @@
'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,<0.6',
'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 7913200

Please sign in to comment.