Skip to content

Commit c956a06

Browse files
authored
[Dependencies] Align setup.cfg to requirements.txt (#10444)
1 parent e447b2a commit c956a06

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

pavement.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,9 @@ def start_django(options):
547547
sh(f'{settings} python -W ignore manage.py runserver --nostatic {bind} {foreground}')
548548

549549
if ASYNC_SIGNALS:
550-
sh(f"{settings} celery -A geonode.celery_app:app worker --without-gossip --without-mingle -Ofair -B -E \
551-
--statedb=worker.state --scheduler={CELERY_BEAT_SCHEDULER} --loglevel=DEBUG \
552-
--concurrency=2 -n worker1@%h -f celery.log {foreground}")
550+
sh(f"{settings} celery -A geonode.celery_app:app worker --autoscale=20,10 --without-gossip --without-mingle -Ofair -B -E \
551+
--statedb=/tmp/worker.state --scheduler={CELERY_BEAT_SCHEDULER} --loglevel=DEBUG \
552+
--concurrency=10 --max-tasks-per-child=10 -n worker1@%h -f celery.log {foreground}")
553553
sh(f'{settings} python -W ignore manage.py runmessaging {foreground}')
554554

555555
# wait for Django to start

setup.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ setup_requires =
2626
install_requires =
2727
# native dependencies
2828
Pillow==9.3.0
29-
lxml==4.9.1
29+
lxml==4.9.2
3030
psycopg2==2.9.5
3131
Django==3.2.16
3232

@@ -50,8 +50,8 @@ install_requires =
5050
zipstream-new==1.1.8
5151
schema==0.7.5
5252
rdflib==6.1.1
53-
smart_open==6.2.0
54-
PyMuPDF==1.21.0
53+
smart_open==6.3.0
54+
PyMuPDF==1.21.1
5555

5656
# Django Apps
5757
django-allauth==0.51.0
@@ -85,12 +85,12 @@ install_requires =
8585
Shapely==1.8.5.post1
8686
mercantile==1.2.1
8787
geoip2==4.6.0
88-
numpy==1.23.*
88+
numpy==1.24.*
8989

9090
# # Apps with packages provided in GeoNode's PPA on Launchpad.
9191

9292
# Django Apps
93-
dj-database-url==1.0.0
93+
dj-database-url==1.2.0
9494
dj-pagination==2.5.0
9595
django-select2==8.0.0
9696
django-floppyforms<1.10.0
@@ -105,7 +105,7 @@ install_requires =
105105
djangorestframework-guardian==0.3.0
106106
drf-extensions==0.7.1
107107
drf-writable-nested==0.7.0
108-
drf-spectacular==0.24.2
108+
drf-spectacular==0.25.1
109109
dynamic-rest==2.1.2
110110
Markdown==3.4.1
111111

@@ -136,7 +136,7 @@ install_requires =
136136
dropbox==11.36.0
137137
google-cloud-storage==2.7.0
138138
google-cloud-core==2.3.2
139-
boto3==1.26.28
139+
boto3==1.26.32
140140

141141
# Django Caches
142142
python-memcached<=1.59
@@ -149,7 +149,7 @@ install_requires =
149149
jdcal==1.4.1
150150
mock<5.0.0
151151
python-dateutil==2.8.2
152-
pytz==2022.6
152+
pytz==2022.7
153153
requests==2.28.1
154154
timeout-decorator==0.5.0
155155
pylibmc==1.6.3
@@ -173,7 +173,7 @@ install_requires =
173173
invoke==1.7.3
174174

175175
# tests
176-
coverage==6.5.0
176+
coverage==7.0.0
177177
requests-toolbelt==0.10.1
178178
flake8==6.0.0
179179
pytest==7.2.0
@@ -193,7 +193,7 @@ install_requires =
193193

194194
# Security and audit
195195
mistune==2.0.4
196-
wandb==0.13.6
196+
wandb==0.13.7
197197
protobuf==3.20.3
198198
mako==1.2.4
199199

0 commit comments

Comments
 (0)