Skip to content

Commit cb8d2aa

Browse files
authored
[Dependencies] Align "setup.cfg" to "requirements.txt" (GeoNode#10623)
1 parent cc467c2 commit cb8d2aa

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

setup.cfg

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install_requires =
3838
idna>=2.5,<3.5
3939
urllib3==1.26.14
4040
Paver==1.3.4
41-
python-slugify==7.0.0
41+
python-slugify==8.0.0
4242
decorator==5.1.1
4343
celery==5.2.7
4444
kombu==5.2.4
@@ -82,7 +82,7 @@ install_requires =
8282
pyproj<3.5.0
8383
OWSLib==0.27.2
8484
pycsw==2.6.1
85-
SQLAlchemy==1.4.46 # required by PyCSW
85+
SQLAlchemy==2.0.0 # required by PyCSW
8686
Shapely==1.8.5.post1
8787
mercantile==1.2.1
8888
geoip2==4.6.0
@@ -137,7 +137,7 @@ install_requires =
137137
dropbox==11.36.0
138138
google-cloud-storage==2.7.0
139139
google-cloud-core==2.3.2
140-
boto3==1.26.54
140+
boto3==1.26.60
141141

142142
# Django Caches
143143
python-memcached<=1.59
@@ -169,12 +169,12 @@ install_requires =
169169
# production
170170
uWSGI==2.0.21
171171
gunicorn==20.1.0
172-
ipython==8.8.0
172+
ipython==8.9.0
173173
docker==6.0.1
174174
invoke==2.0.0
175175

176176
# tests
177-
coverage==7.0.5
177+
coverage==7.1.0
178178
requests-toolbelt==0.10.1
179179
flake8==6.0.0
180180
black==22.12.0
@@ -183,7 +183,7 @@ install_requires =
183183
splinter==0.19.0
184184
pytest-splinter==3.3.2
185185
pytest-django==4.5.2
186-
setuptools>=59.1.1,<66.2.0
186+
setuptools>=59.1.1,<67.1.0
187187
pip==22.3.1
188188
Twisted==22.10.0
189189
pixelmatch==0.3.0
@@ -198,6 +198,8 @@ install_requires =
198198
wandb==0.13.9
199199
protobuf==3.20.3
200200
mako==1.2.4
201+
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability
202+
jwcrypto>=1.4 # not directly required, pinned by Snyk to avoid a vulnerability
201203

202204
[options.packages.find]
203205
exclude = tests

0 commit comments

Comments
 (0)