Skip to content

Commit

Permalink
[Dependencies] align "setup.cfg" to "requirements.txt" (#10665) (#10666)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e89afe)

Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
github-actions[bot] and afabiani authored Feb 16, 2023
1 parent 096ebef commit bd73a2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

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

0 comments on commit bd73a2a

Please sign in to comment.