From 43cfa534999924cfefb175ab1d417953d7f6eaf5 Mon Sep 17 00:00:00 2001 From: Alessio Fabiani Date: Thu, 16 Feb 2023 12:15:45 +0100 Subject: [PATCH] [Dependencies] align "setup.cfg" to "requirements.txt" (#10665) (cherry picked from commit 0e89afe806f359a1a0b700c233f292999249af5f) --- setup.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 49a48850581..b5de1e32f13 100644 --- a/setup.cfg +++ b/setup.cfg @@ -82,7 +82,7 @@ install_requires = pyproj<3.5.0 OWSLib==0.27.2 pycsw==2.6.1 - SQLAlchemy==2.0.1 # required by PyCSW + SQLAlchemy==2.0.3 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 geoip2==4.6.0 @@ -93,7 +93,7 @@ install_requires = # Django Apps dj-database-url==1.2.0 dj-pagination==2.5.0 - django-select2==8.0.0 + django-select2==8.1.0 django-floppyforms<1.10.0 django-forms-bootstrap<=3.1.0 django-autocomplete-light==3.5.1 @@ -138,7 +138,7 @@ install_requires = dropbox==11.36.0 google-cloud-storage==2.7.0 google-cloud-core==2.3.2 - boto3==1.26.60 + boto3==1.26.72 # Django Caches python-memcached<=1.59 @@ -170,7 +170,7 @@ install_requires = # production uWSGI==2.0.21 gunicorn==20.1.0 - ipython==8.9.0 + ipython==8.10.0 docker==6.0.1 invoke==2.0.0 @@ -184,7 +184,7 @@ install_requires = splinter==0.19.0 pytest-splinter==3.3.2 pytest-django==4.5.2 - setuptools>=59.1.1,<67.2.0 + setuptools>=59.1.1,<67.4.0 pip==23.0 Twisted==22.10.0 pixelmatch==0.3.0 @@ -195,8 +195,8 @@ install_requires = webdriver_manager==3.8.5 # Security and audit - mistune==2.0.4 - wandb==0.13.9 + mistune==2.0.5 + wandb==0.13.10 protobuf==3.20.3 mako==1.2.4 certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability