Skip to content

Commit 2eb8e6d

Browse files
BotellaAgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 085267d commit 2eb8e6d

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

requirements.txt

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,106 +4,106 @@
44
#
55
# pip-compile --output-file=./requirements.txt --pre ./requirements-internal.in ./requirements.in
66
#
7-
aiohappyeyeballs==2.*,>=2.6.1
7+
aiohappyeyeballs==2.*
88
# via aiohttp
9-
aiohttp==3.*,>=3.12.15
9+
aiohttp==3.*
1010
# via wslink
11-
aiosignal==1.*,>=1.4.0
11+
aiosignal==1.*
1212
# via aiohttp
13-
attrs==25.*,>=25.3.0
13+
attrs==25.*
1414
# via aiohttp
15-
blinker==1.*,>=1.9.0
15+
blinker==1.*
1616
# via
1717
# flask
1818
# opengeodeweb-microservice
19-
click==8.*,>=8.3.0
19+
click==8.*
2020
# via
2121
# flask
2222
# opengeodeweb-microservice
23-
contourpy==1.*,>=1.3.3
23+
contourpy==1.*
2424
# via matplotlib
25-
cycler==0.*,>=0.12.1
25+
cycler==0.*
2626
# via matplotlib
27-
fastjsonschema==2.*,>=2.21.1
27+
fastjsonschema==2.*
2828
# via opengeodeweb-microservice
29-
flask==3.*,>=3.1.2
29+
flask==3.*
3030
# via
3131
# flask-sqlalchemy
3232
# opengeodeweb-microservice
33-
flask-sqlalchemy==3.*,>=3.1.1
33+
flask-sqlalchemy==3.*
3434
# via opengeodeweb-microservice
35-
fonttools==4.*,>=4.60.1
35+
fonttools==4.*
3636
# via matplotlib
37-
frozenlist==1.*,>=1.7.0
37+
frozenlist==1.*
3838
# via
3939
# aiohttp
4040
# aiosignal
41-
greenlet==3.*,>=3.2.4
41+
greenlet==3.*
4242
# via
4343
# opengeodeweb-microservice
4444
# sqlalchemy
4545
idna==3.10
4646
# via yarl
47-
itsdangerous==2.*,>=2.2.0
47+
itsdangerous==2.*
4848
# via
4949
# flask
5050
# opengeodeweb-microservice
51-
jinja2==3.*,>=3.1.6
51+
jinja2==3.*
5252
# via
5353
# flask
5454
# opengeodeweb-microservice
55-
kiwisolver==1.*,>=1.4.10rc0
55+
kiwisolver==1.4.10rc0
5656
# via matplotlib
57-
markupsafe==3.*,>=3.0.2
57+
markupsafe==3.*
5858
# via
5959
# flask
6060
# jinja2
6161
# opengeodeweb-microservice
6262
# werkzeug
63-
matplotlib==3.*,>=3.10.6
63+
matplotlib==3.*
6464
# via vtk
65-
multidict==6.*,>=6.6.4
65+
multidict==6.*
6666
# via
6767
# aiohttp
6868
# yarl
69-
numpy==2.*,>=2.3.3
69+
numpy==2.*
7070
# via
7171
# contourpy
7272
# matplotlib
73-
opengeodeweb-microservice==1.*,>=1.0.1rc1
73+
opengeodeweb-microservice==1.0.1rc2
7474
# via -r requirements-internal.in
7575
packaging==25.0
7676
# via matplotlib
77-
pillow==11.*,>=11.3.0
77+
pillow==11.*
7878
# via matplotlib
79-
propcache==0.*,>=0.3.2
79+
propcache==0.*
8080
# via
8181
# aiohttp
8282
# yarl
83-
pyparsing==3.*,>=3.3.0a1
83+
pyparsing==3.3.0a1
8484
# via matplotlib
85-
python-dateutil==2.9.*,>=2.9.0.post0
85+
python-dateutil==2.9.0.post0
8686
# via matplotlib
87-
six==1.*,>=1.17.0
87+
six==1.*
8888
# via python-dateutil
89-
sqlalchemy==2.*,>=2.0.43
89+
sqlalchemy==2.*
9090
# via
9191
# flask-sqlalchemy
9292
# opengeodeweb-microservice
93-
typing-extensions==4.*,>=4.15.0
93+
typing-extensions==4.*
9494
# via
9595
# aiosignal
9696
# opengeodeweb-microservice
9797
# sqlalchemy
9898
vtk==9.5.2
9999
# via -r requirements.in
100-
websocket-client==1.*,>=1.8.0
100+
websocket-client==1.*
101101
# via -r requirements.in
102-
werkzeug==3.*,>=3.1.3
102+
werkzeug==3.*
103103
# via
104104
# flask
105105
# opengeodeweb-microservice
106106
wslink==1.12.4
107107
# via -r requirements.in
108-
yarl==1.*,>=1.20.1
108+
yarl==1.*
109109
# via aiohttp

0 commit comments

Comments
 (0)