Skip to content

Commit b8122d9

Browse files
committed
Merge branch 'next' of https://github.com/Geode-solutions/OpenGeodeWeb-Viewer into fix/refactor_kill
2 parents b00e590 + 62963c5 commit b8122d9

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

requirements-internal.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
opengeodeweb-microservice
1+
opengeodeweb-microservice

requirements.txt

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,61 +2,63 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --output-file=./requirements.txt --pre ./requirements.in
5+
# pip-compile --output-file=./requirements.txt ./requirements.in
66
#
7-
aiohappyeyeballs~=2.0
7+
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp~=3.0
9+
aiohttp==3.13.0
1010
# via wslink
11-
aiosignal~=1.0
11+
aiosignal==1.4.0
1212
# via aiohttp
13-
attrs~=25.0
13+
attrs==25.4.0
1414
# via aiohttp
15-
contourpy~=1.0
15+
contourpy==1.3.3
1616
# via matplotlib
17-
cycler~=0.0
17+
cycler==0.12.1
1818
# via matplotlib
19-
fonttools~=4.0
19+
fonttools==4.60.1
2020
# via matplotlib
21-
frozenlist~=1.0
21+
frozenlist==1.8.0
2222
# via
2323
# aiohttp
2424
# aiosignal
25-
idna~=3.0
25+
idna==3.10
2626
# via yarl
27-
kiwisolver~=1.0
27+
kiwisolver==1.4.9
2828
# via matplotlib
29-
matplotlib~=3.0
29+
matplotlib==3.10.7
3030
# via vtk
31-
multidict~=6.0
31+
multidict==6.7.0
3232
# via
3333
# aiohttp
3434
# yarl
35-
numpy~=2.0
35+
numpy==2.3.3
3636
# via
3737
# contourpy
3838
# matplotlib
39-
packaging~=25.0
39+
packaging==25.0
4040
# via matplotlib
41-
pillow~=11.0
41+
pillow==11.3.0
4242
# via matplotlib
43-
propcache~=0.0
43+
propcache==0.4.1
4444
# via
4545
# aiohttp
4646
# yarl
47-
pyparsing~=3.0
47+
pyparsing==3.2.5
4848
# via matplotlib
4949
python-dateutil==2.9.0.post0
5050
# via matplotlib
51-
six~=1.0
51+
six==1.17.0
5252
# via python-dateutil
53-
typing-extensions~=4.0
53+
typing-extensions==4.15.0
5454
# via aiosignal
5555
vtk==9.5.2
5656
# via -r requirements.in
57-
websocket-client~=1.0
57+
websocket-client==1.8.0
5858
# via -r requirements.in
5959
wslink==1.12.4
6060
# via -r requirements.in
61-
yarl~=1.0
61+
yarl==1.22.0
6262
# via aiohttp
63+
64+
opengeodeweb-microservice~=1.0

0 commit comments

Comments
 (0)