From 1244814fd554224bdce7300c31328e1ab23e8c54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 18:37:30 +0200 Subject: [PATCH] [Dependencies] align setup.cfg to requirements.txt (#10934) (#10949) Co-authored-by: Giovanni Allegri (cherry picked from commit 5d02e41ac1b94be508d8fa60c01b2318ae122ae9) Co-authored-by: Alessio Fabiani --- setup.cfg | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/setup.cfg b/setup.cfg index e792c0abbc9..8fabeb81b83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,12 +27,12 @@ install_requires = # native dependencies Pillow==9.5.0 lxml==4.9.2 - psycopg2==2.9.5 + psycopg2==2.9.6 Django==3.2.18 # Other amqp==5.1.1 - beautifulsoup4==4.12.0 + beautifulsoup4==4.12.2 httplib2<0.22.1 hyperlink==21.0.0 idna>=2.5,<3.5 @@ -51,7 +51,7 @@ install_requires = schema==0.7.5 rdflib==6.3.2 smart_open==6.3.0 - PyMuPDF==1.21.1 + PyMuPDF==1.22.0 pathvalidate==2.5.2 # Django Apps @@ -82,7 +82,7 @@ install_requires = pyproj<3.6.0 OWSLib==0.28.1 pycsw==2.6.1 - SQLAlchemy==2.0.8 # required by PyCSW + SQLAlchemy==2.0.9 # required by PyCSW Shapely==1.8.5.post1 mercantile==1.2.1 geoip2==4.6.0 @@ -106,7 +106,7 @@ install_requires = djangorestframework-guardian==0.3.0 drf-extensions==0.7.1 drf-writable-nested==0.7.0 - drf-spectacular==0.26.1 + drf-spectacular==0.26.2 dynamic-rest==2.1.2 Markdown==3.4.3 @@ -137,7 +137,7 @@ install_requires = dropbox==11.36.0 google-cloud-storage==2.8.0 google-cloud-core==2.3.2 - boto3==1.26.95 + boto3==1.26.115 # Django Caches python-memcached<=1.59 @@ -174,28 +174,28 @@ install_requires = invoke==2.0.0 # tests - coverage==7.2.2 + coverage==7.2.3 requests-toolbelt==0.10.1 flake8==6.0.0 black==23.3.0 - pytest==7.2.2 + pytest==7.3.1 pytest-bdd==6.1.1 splinter==0.19.0 pytest-splinter==3.3.2 pytest-django==4.5.2 setuptools>=59.1.1,<67.7.0 - pip==23.0.1 + pip==23.1 Twisted==22.10.0 pixelmatch==0.3.0 factory-boy==3.2.1 flaky==3.7.0 selenium>=4.1.0,<5.0.0 selenium-requests==2.0.3 - webdriver_manager==3.8.5 + webdriver_manager==3.8.6 # Security and audit mistune==2.0.5 - wandb==0.14.0 + wandb==0.14.2 protobuf==3.20.3 mako==1.2.4 certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability