Skip to content

Commit

Permalink
build(deps): bump sqlalchemy from 2.0.26 to 2.0.27 (GeoNode#11964)
Browse files Browse the repository at this point in the history
* build(deps): bump sqlalchemy from 2.0.26 to 2.0.27

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.26 to 2.0.27.
- [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)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and afabiani authored Feb 27, 2024
1 parent 432c724 commit 9f5e9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pyjwt==2.8.0
pyproj<3.7.0
OWSLib==0.29.3
pycsw==2.6.1
SQLAlchemy==2.0.26 # required by PyCSW
SQLAlchemy==2.0.27 # required by PyCSW
Shapely==1.8.5.post1
mercantile==1.2.1
numpy==1.26.*
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ install_requires =
pyproj<3.7.0
OWSLib==0.29.3
pycsw==2.6.1
SQLAlchemy==2.0.26 # required by PyCSW
SQLAlchemy==2.0.27 # required by PyCSW
Shapely==1.8.5.post1
mercantile==1.2.1
numpy==1.26.*
Expand Down

0 comments on commit 9f5e9f0

Please sign in to comment.