Skip to content

Commit c2fc170

Browse files
committed
Update dependencies
1 parent 1e8bd45 commit c2fc170

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ POSTGRES_PASSWORD POSTGRES_PASSWORD None
5656
PGHOST PGHOST localhost localhost
5757
OAUTH_OSM_KEY SOCIAL_AUTH_OPENSTREETMAP_KEY None None
5858
OAUTH_OSM_SECRET SOCIAL_AUTH_OPENSTREETMAP_SECRET None None
59-
OSM_VIZ_TOOL_LINK VIZ_TOOL_LINK https://osmlab.github.io/changeset-map/# https://osmlab.github.io/changeset-map/#
6059
DJANGO_ANON_USER_THROTTLE_RATE ANON_USER_THROTTLE_RATE None 30/min
6160
DJANGO_COMMON_USER_THROTTLE_RATE COMMON_USER_THROTTLE_RATE None 180/min
6261
DJANGO_NON_STAFF_USER_THROTTLE_RATE NON_STAFF_USER_THROTTLE_RATE 3/min 3/min

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bleeding edge Django
22

3-
django==2.2.18
3+
django==2.2.20
44

55
# Configuration
66
django-environ==0.4.5
@@ -20,7 +20,7 @@ djangorestframework==3.11.2
2020
djangorestframework-gis==0.16
2121
djangorestframework-csv==2.1.0
2222
django-filter==2.4.0
23-
django-cors-headers==3.5.0
23+
django-cors-headers==3.7.0
2424
drf-yasg==1.20.0
2525

2626
# For the persistence stores
@@ -42,7 +42,7 @@ redis>=2.10.5
4242

4343
# Your custom requirements go here
4444
PyYAML==5.4.1
45-
osmcha==0.8.2
45+
osmcha==0.8.3
4646

4747
# git python is required by the frontend management command
4848
GitPython==3.1.15

requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Sphinx==3.5.4
55
Werkzeug==1.0.1
66

77
# django-debug-toolbar that works with Django 1.5+
8-
django-debug-toolbar==3.2
8+
django-debug-toolbar==3.2.1
99
sqlparse==0.4.1
1010

1111
#shell

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
-r base.txt
44

55
gevent==20.9.0
6-
gunicorn==20.0.4
6+
gunicorn==20.1.0

0 commit comments

Comments
 (0)