diff --git a/requirements.txt b/requirements.txt index 92207c950ea..61e994a9b90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ pyjwt==2.8.0 pyproj<3.7.0 OWSLib==0.29.3 pycsw==2.6.1 -SQLAlchemy==2.0.21 # required by PyCSW +SQLAlchemy==2.0.22 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 numpy==1.26.* diff --git a/setup.cfg b/setup.cfg index 76a36779a07..8253169a0c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -82,7 +82,7 @@ install_requires = pyproj<3.7.0 OWSLib==0.29.3 pycsw==2.6.1 - SQLAlchemy==2.0.21 # required by PyCSW + SQLAlchemy==2.0.22 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 numpy==1.26.*