Skip to content

Commit 8d9da10

Browse files
author
afabiani
committed
[Dependencies] Align setup.cfg to requirements.txt
1 parent 213d379 commit 8d9da10

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.cfg

+8-8
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ install_requires =
4545
celery==5.0.4
4646
kombu==5.0.2
4747
vine==5.0.0
48-
boto3==1.16.30
48+
boto3==1.16.35
4949
six==1.15.0
50-
tqdm==4.54.0
50+
tqdm==4.54.1
5151
Deprecated==1.2.10
5252
wrapt==1.12.1
5353
jsonfield==3.1.0
@@ -70,15 +70,15 @@ install_requires =
7070
django-downloadview==2.1.1
7171
django-polymorphic==3.0.0
7272
django-tastypie<0.15.0
73-
django-tinymce==3.1.0
73+
django-tinymce==3.2.0
7474
django-grappelli==2.14.3
7575
django-uuid-upload-path==1.0.0
7676
oauthlib==3.1.0
7777
pyopenssl==20.0.0
7878

7979
# geopython dependencies
8080
pyproj==3.0.0.post1
81-
OWSLib==0.20.0
81+
OWSLib==0.21.0
8282
pycsw==2.6.0
8383
SQLAlchemy==1.3.20 # required by PyCSW
8484
Shapely==1.7.1
@@ -152,7 +152,7 @@ install_requires =
152152

153153
# required by monitoring
154154
psutil==5.7.3
155-
django-cors-headers==3.5.0
155+
django-cors-headers==3.6.0
156156
user-agents
157157
xmljson
158158
django-ipware<3.1
@@ -171,12 +171,12 @@ install_requires =
171171
parse-type==0.5.2
172172
requests-toolbelt==0.9.1
173173
flake8==3.8.4
174-
pytest==6.1.2
175-
pytest-bdd==4.0.1
174+
pytest==6.2.0
175+
pytest-bdd==4.0.2
176176
splinter==0.14.0
177177
pytest-splinter==3.3.0
178178
pytest-django==4.1.0
179-
setuptools==50.3.2
179+
setuptools==51.0.0
180180
pip==20.3.1
181181
Twisted==20.3.0
182182
factory-boy==3.1.0

0 commit comments

Comments
 (0)