Skip to content

Commit 8a8efd5

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 2f6c7f3 commit 8a8efd5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ flask~=3.0
3030
# via
3131
# flask-sqlalchemy
3232
# opengeodeweb-microservice
33-
flask-sqlalchemy~=3.0
33+
flask-sqlalchemy==3.1.1
3434
# via opengeodeweb-microservice
3535
fonttools~=4.0
3636
# via matplotlib
@@ -42,7 +42,7 @@ greenlet~=3.0
4242
# via
4343
# opengeodeweb-microservice
4444
# sqlalchemy
45-
idna==3.10
45+
idna~=3.0
4646
# via yarl
4747
itsdangerous~=2.0
4848
# via
@@ -52,7 +52,7 @@ jinja2~=3.0
5252
# via
5353
# flask
5454
# opengeodeweb-microservice
55-
kiwisolver==1.4.10rc0
55+
kiwisolver~=1.0
5656
# via matplotlib
5757
markupsafe~=3.0
5858
# via
@@ -72,15 +72,15 @@ numpy~=2.0
7272
# matplotlib
7373
opengeodeweb-microservice==1.0.1rc3
7474
# via -r requirements-internal.in
75-
packaging==25.0
75+
packaging~=25.0
7676
# via matplotlib
7777
pillow~=11.0
7878
# via matplotlib
7979
propcache~=0.0
8080
# via
8181
# aiohttp
8282
# yarl
83-
pyparsing==3.3.0a1
83+
pyparsing~=3.0
8484
# via matplotlib
8585
python-dateutil==2.9.0.post0
8686
# via matplotlib
@@ -90,20 +90,20 @@ sqlalchemy~=2.0
9090
# via
9191
# flask-sqlalchemy
9292
# opengeodeweb-microservice
93-
typing-extensions~=4.0
93+
typing-extensions==4.15.0
9494
# via
9595
# aiosignal
9696
# opengeodeweb-microservice
9797
# sqlalchemy
98-
vtk==9.5.2
98+
vtk~=9.0
9999
# via -r requirements.in
100-
websocket-client~=1.0
100+
websocket-client==1.8.0
101101
# via -r requirements.in
102102
werkzeug~=3.0
103103
# via
104104
# flask
105105
# opengeodeweb-microservice
106-
wslink==1.12.4
106+
wslink~=1.0
107107
# via -r requirements.in
108108
yarl~=1.0
109109
# via aiohttp

0 commit comments

Comments
 (0)