Skip to content

Commit 33d4aa9

Browse files
authored
[Dependencies] Align "setup.cfg" to "requirements.txt" (GeoNode#10555)
1 parent a41e575 commit 33d4aa9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.cfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install_requires =
3636
httplib2<0.21.1
3737
hyperlink==21.0.0
3838
idna>=2.5,<3.5
39-
urllib3==1.26.13
39+
urllib3==1.26.14
4040
Paver==1.3.4
4141
python-slugify==7.0.0
4242
decorator==5.1.1
@@ -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.45
140+
boto3==1.26.50
141141

142142
# Django Caches
143143
python-memcached<=1.59
@@ -150,8 +150,8 @@ install_requires =
150150
jdcal==1.4.1
151151
mock<6.0.0
152152
python-dateutil==2.8.2
153-
pytz==2022.7
154-
requests==2.28.1
153+
pytz==2022.7.1
154+
requests==2.28.2
155155
timeout-decorator==0.5.0
156156
pylibmc==1.6.3
157157
sherlock==0.4.0
@@ -174,27 +174,27 @@ install_requires =
174174
invoke==1.7.3
175175

176176
# tests
177-
coverage==7.0.4
177+
coverage==7.0.5
178178
requests-toolbelt==0.10.1
179179
flake8==6.0.0
180-
pytest==7.2.0
180+
pytest==7.2.1
181181
pytest-bdd==6.1.1
182182
splinter==0.18.1
183183
pytest-splinter==3.3.2
184184
pytest-django==4.5.2
185-
setuptools>=59.1.1,<65.7.0
185+
setuptools>=59.1.1,<66.1.0
186186
pip==22.3.1
187187
Twisted==22.10.0
188188
pixelmatch==0.3.0
189189
factory-boy==3.2.1
190190
flaky==3.7.0
191191
selenium>=4.1.0,<5.0.0
192-
selenium-requests==2.0.2
192+
selenium-requests==2.0.3
193193
webdriver_manager==3.8.5
194194

195195
# Security and audit
196196
mistune==2.0.4
197-
wandb==0.13.7
197+
wandb==0.13.9
198198
protobuf==3.20.3
199199
mako==1.2.4
200200

0 commit comments

Comments
 (0)