Skip to content

Commit d2e04bf

Browse files
mattiagiupponiMalteIwanicki
authored andcommitted
[Fixes GeoNode#10198] uwsgi library update (GeoNode#10199)
1 parent ab270aa commit d2e04bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ django-ipware<4.1
141141
pycountry
142142

143143
# production
144-
uWSGI==2.0.20
144+
uWSGI==2.0.21
145145
gunicorn==20.1.0
146146
ipython==8.5.0
147147
docker==6.0.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ install_requires =
167167
pycountry
168168

169169
# production
170-
uWSGI==2.0.20
170+
uWSGI==2.0.21
171171
gunicorn==20.1.0
172172
ipython==8.5.0
173173
docker==6.0.0

0 commit comments

Comments
 (0)