Skip to content

Commit

Permalink
[Dependencies] Align "setup.cfg" to "requirements.txt" (#10507)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani authored Jan 9, 2023
1 parent b54bf99 commit 021e564
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "master", 2.10.x, 2.6.x, 2.8.x, 3.2.x, 3.3.x, 3.x, 4.x ]
branches: [ "master", 4.0.x, 4.1.x ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "master", 4.0.x, 4.1.x ]
schedule:
- cron: '38 4 * * 5'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "master" ]
branches: [ "master", 4.0.x, 4.1.x ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
branches: [ "master", 4.0.x, 4.1.x ]
schedule:
- cron: '24 15 * * 4'

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pinax-notifications==6.0.0
pinax-ratings==4.0.0

# GeoNode org maintained apps.
# django-geonode-mapstore-client==4.0.4
# django-geonode-mapstore-client==4.0.5
-e git+https://github.com/GeoNode/geonode-mapstore-client.git@master#egg=django_geonode_mapstore_client
geonode-avatar==5.0.8
geonode-oauth-toolkit==2.2.2
Expand Down
22 changes: 11 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup_requires =
setuptools
install_requires =
# native dependencies
Pillow==9.3.0
Pillow==9.4.0
lxml==4.9.2
psycopg2==2.9.5
Django==3.2.16
Expand Down Expand Up @@ -55,7 +55,7 @@ install_requires =
pathvalidate==2.5.2

# Django Apps
django-allauth==0.51.0
django-allauth==0.52.0
django-appconf==1.0.5
django-celery-results==2.4.0
django-filter==22.1
Expand All @@ -64,7 +64,7 @@ install_requires =
django-markdownify==0.9.2
django-mptt==0.14.0
django-modeltranslation>=0.11,<0.19.0
django-treebeard==4.5.1
django-treebeard==4.6.0
django-guardian<2.4.1
django-downloadview==2.3.0
django-polymorphic==3.1.0
Expand All @@ -75,14 +75,14 @@ install_requires =
django-widget-tweaks==1.4.12
django-sequences==2.7
oauthlib==3.2.2
pyopenssl==22.1.0
pyopenssl==23.0.0
pyjwt==2.6.0

# geopython dependencies
pyproj<3.5.0
OWSLib==0.27.2
pycsw==2.6.1
SQLAlchemy==1.4.45 # required by PyCSW
SQLAlchemy==1.4.46 # required by PyCSW
Shapely==1.8.5.post1
mercantile==1.2.1
geoip2==4.6.0
Expand Down Expand Up @@ -133,22 +133,22 @@ install_requires =
django-bootstrap3-datetimepicker-2==2.8.3

# storage manager dependencies
django-storages==1.13.1
django-storages==1.13.2
dropbox==11.36.0
google-cloud-storage==2.7.0
google-cloud-core==2.3.2
boto3==1.26.32
boto3==1.26.45

# Django Caches
python-memcached<=1.59
whitenoise==6.2.0
whitenoise==6.3.0
Brotli==1.0.9

# Contribs
xmltodict<0.13.1
inflection>=0.4.0
jdcal==1.4.1
mock<5.0.0
mock<6.0.0
python-dateutil==2.8.2
pytz==2022.7
requests==2.28.1
Expand All @@ -169,12 +169,12 @@ install_requires =
# production
uWSGI==2.0.21
gunicorn==20.1.0
ipython==8.7.0
ipython==8.8.0
docker==6.0.1
invoke==1.7.3

# tests
coverage==7.0.0
coverage==7.0.4
requests-toolbelt==0.10.1
flake8==6.0.0
pytest==7.2.0
Expand Down

0 comments on commit 021e564

Please sign in to comment.