Skip to content

Commit f9d3441

Browse files
fix(dependencies): update
BREAKING CHANGE: geode_objects_output_extensions takes data as input
1 parent cf1f9c4 commit f9d3441

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

requirements.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
55
# pip-compile --pre --resolver=backtracking requirements.in
66
#
7+
asgiref==3.7.2
8+
# via flask
9+
attrs==23.1.0
10+
# via
11+
# jsonschema
12+
# referencing
13+
blinker==1.7.0
14+
# via flask
15+
click==8.1.7
16+
# via flask
17+
colorama==0.4.6
18+
# via click
19+
flask[async]==3.0.0
20+
# via -r requirements.in
721
geode-common==30.0.0rc7
822
# via geode-viewables
923
geode-viewables==2.1.4rc1
1024
# via -r requirements.in
25+
importlib-metadata==6.8.0
26+
# via flask
1127
itsdangerous==2.1.2
1228
# via flask
1329
jinja2==3.1.2
@@ -20,7 +36,7 @@ markupsafe==2.1.3
2036
# via
2137
# jinja2
2238
# werkzeug
23-
opengeode-core==14.9.3
39+
opengeode-core==14.9.4rc8
2440
# via
2541
# -r requirements.in
2642
# geode-common
@@ -60,3 +76,5 @@ werkzeug==3.0.1
6076
# via
6177
# -r requirements.in
6278
# flask
79+
zipp==3.17.0
80+
# via importlib-metadata

0 commit comments

Comments
 (0)