Skip to content

Commit 0330a90

Browse files
[Dependencies] Align setup.cfg with requirements.txt (#10038) (#10044)
Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>
1 parent 9739f78 commit 0330a90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_requires =
3535
beautifulsoup4==4.11.1
3636
httplib2<0.20.5
3737
hyperlink==21.0.0
38-
idna>=2.5,<2.11
38+
idna>=2.5,<3.5
3939
urllib3==1.26.12
4040
Paver==1.3.4
4141
python-slugify==6.1.2
@@ -50,7 +50,7 @@ install_requires =
5050
zipstream-new==1.1.8
5151
schema==0.7.5
5252
rdflib==6.1.1
53-
smart_open==6.1.0
53+
smart_open==6.2.0
5454

5555
# Django Apps
5656
django-allauth==0.51.0
@@ -74,7 +74,7 @@ install_requires =
7474
django-sequences==2.7
7575
oauthlib==3.2.1
7676
pyopenssl==22.0.0
77-
pyjwt==2.4.0
77+
pyjwt==2.5.0
7878

7979
# geopython dependencies
8080
pyproj<3.5.0
@@ -104,7 +104,7 @@ install_requires =
104104
djangorestframework-guardian==0.3.0
105105
drf-extensions==0.7.1
106106
drf-writable-nested==0.7.0
107-
drf-spectacular==0.23.1
107+
drf-spectacular==0.24.0
108108
dynamic-rest==2.1.2
109109
Markdown==3.4.1
110110

@@ -136,7 +136,7 @@ install_requires =
136136
dropbox==11.34.0
137137
google-cloud-storage==2.5.0
138138
google-cloud-core==2.3.2
139-
boto3==1.24.70
139+
boto3==1.24.75
140140

141141
# Django Caches
142142
python-memcached<=1.59

0 commit comments

Comments
 (0)