File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ install_requires =
38
38
idna>=2.5,<3.5
39
39
urllib3 ==1.26.14
40
40
Paver ==1.3.4
41
- python-slugify ==7 .0.0
41
+ python-slugify ==8 .0.0
42
42
decorator ==5.1.1
43
43
celery ==5.2.7
44
44
kombu ==5.2.4
@@ -82,7 +82,7 @@ install_requires =
82
82
pyproj<3.5.0
83
83
OWSLib ==0.27.2
84
84
pycsw ==2.6.1
85
- SQLAlchemy ==1.4.46 # required by PyCSW
85
+ SQLAlchemy ==2.0.0 # required by PyCSW
86
86
Shapely ==1.8.5.post1
87
87
mercantile ==1.2.1
88
88
geoip2 ==4.6.0
@@ -137,7 +137,7 @@ install_requires =
137
137
dropbox ==11.36.0
138
138
google-cloud-storage ==2.7.0
139
139
google-cloud-core ==2.3.2
140
- boto3 ==1.26.54
140
+ boto3 ==1.26.60
141
141
142
142
# Django Caches
143
143
python-memcached<=1.59
@@ -169,12 +169,12 @@ install_requires =
169
169
# production
170
170
uWSGI ==2.0.21
171
171
gunicorn ==20.1.0
172
- ipython ==8.8 .0
172
+ ipython ==8.9 .0
173
173
docker ==6.0.1
174
174
invoke ==2.0.0
175
175
176
176
# tests
177
- coverage ==7.0.5
177
+ coverage ==7.1.0
178
178
requests-toolbelt ==0.10.1
179
179
flake8 ==6.0.0
180
180
black ==22.12.0
@@ -183,7 +183,7 @@ install_requires =
183
183
splinter ==0.19.0
184
184
pytest-splinter ==3.3.2
185
185
pytest-django ==4.5.2
186
- setuptools>=59.1.1,<66.2 .0
186
+ setuptools>=59.1.1,<67.1 .0
187
187
pip ==22.3.1
188
188
Twisted ==22.10.0
189
189
pixelmatch ==0.3.0
@@ -198,6 +198,8 @@ install_requires =
198
198
wandb ==0.13.9
199
199
protobuf ==3.20.3
200
200
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
201
203
202
204
[options.packages.find]
203
205
exclude = tests
You can’t perform that action at this time.
0 commit comments