Skip to content

Commit

Permalink
[Dependencies] align setup.cfg to requirements.txt (#10934) (#10949)
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Allegri <[email protected]>
(cherry picked from commit 5d02e41)

Co-authored-by: Alessio Fabiani <[email protected]>
  • Loading branch information
github-actions[bot] and afabiani authored Apr 20, 2023
1 parent 0da2fd6 commit 1244814
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1244814

Please sign in to comment.