Skip to content

Commit 9d766f6

Browse files
committed
[Dependencies] Align setup.cfg to requitements.txt
1 parent f9ff1a1 commit 9d766f6

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
@@ -25,9 +25,9 @@ setup_requires =
2525
setuptools
2626
install_requires =
2727
# native dependencies
28-
Pillow==8.1.0
28+
Pillow==8.1.2
2929
lxml==4.6.2
30-
defusedxml==0.6.0
30+
defusedxml==0.7.1
3131
psycopg2==2.8.6
3232
Django==2.2.16
3333

@@ -45,8 +45,8 @@ install_requires =
4545
celery==5.0.5
4646
kombu==5.0.2
4747
vine==5.0.0
48-
boto3==1.17.19
49-
tqdm==4.58.0
48+
boto3==1.17.23
49+
tqdm==4.59.0
5050
Deprecated==1.2.11
5151
wrapt==1.12.1
5252
jsonfield==3.1.0
@@ -61,8 +61,8 @@ install_requires =
6161
django-jsonfield==1.4.1
6262
django-jsonfield-compat==0.4.4
6363
django-taggit==1.3.0
64-
django-markdownify==0.8.2
65-
django-mptt==0.11.0
64+
django-markdownify==0.9.0
65+
django-mptt==0.12.0
6666
django-modeltranslation>=0.11,<0.17.0
6767
django-treebeard==4.5.1
6868
django-guardian<2.3.1
@@ -76,7 +76,7 @@ install_requires =
7676
pyopenssl==20.0.1
7777

7878
# geopython dependencies
79-
pyproj==3.0.0.post1
79+
pyproj==3.0.1
8080
OWSLib==0.23.0
8181
pycsw==2.6.0
8282
SQLAlchemy==1.3.23 # required by PyCSW
@@ -171,7 +171,7 @@ install_requires =
171171
splinter==0.14.0
172172
pytest-splinter==3.3.1
173173
pytest-django==4.1.0
174-
setuptools==54.0.0
174+
setuptools==54.1.1
175175
pip==21.0.1
176176
Twisted==21.2.0
177177
factory-boy==3.2.0

0 commit comments

Comments
 (0)