Skip to content

Commit 309cd88

Browse files
authored
[Dependencies] Align setup.cfg to requirements.txt (GeoNode#10417)
1 parent 3148a81 commit 309cd88

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
@@ -81,7 +81,7 @@ install_requires =
8181
pyproj<3.5.0
8282
OWSLib==0.27.2
8383
pycsw==2.6.1
84-
SQLAlchemy==1.4.44 # required by PyCSW
84+
SQLAlchemy==1.4.45 # required by PyCSW
8585
Shapely==1.8.5.post1
8686
mercantile==1.2.1
8787
geoip2==4.6.0
@@ -134,9 +134,9 @@ install_requires =
134134
# storage manager dependencies
135135
django-storages==1.13.1
136136
dropbox==11.36.0
137-
google-cloud-storage==2.6.0
137+
google-cloud-storage==2.7.0
138138
google-cloud-core==2.3.2
139-
boto3==1.26.26
139+
boto3==1.26.28
140140

141141
# Django Caches
142142
python-memcached<=1.59
@@ -188,12 +188,12 @@ install_requires =
188188
factory-boy==3.2.1
189189
flaky==3.7.0
190190
selenium>=4.1.0,<5.0.0
191-
selenium-requests==2.0.1
191+
selenium-requests==2.0.2
192192
webdriver_manager==3.8.5
193193

194194
# Security and audit
195195
mistune==2.0.4
196-
wandb==0.13.5
196+
wandb==0.13.6
197197
protobuf==3.20.3
198198
mako==1.2.4
199199

0 commit comments

Comments
 (0)