File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ flask[async]==3.1.0
2020 # flask-cors
2121flask-cors == 5.0.1
2222 # via -r requirements.in
23- geode-background == 9.1.5
23+ geode-background == 9.2.0
2424 # via
2525 # geode-explicit
2626 # geode-implicit
2727 # geode-simplex
28- geode-common == 33.7.2
28+ geode-common == 33.7.5
2929 # via
3030 # -r requirements.in
3131 # geode-background
@@ -35,27 +35,27 @@ geode-common==33.7.2
3535 # geode-numerics
3636 # geode-simplex
3737 # geode-viewables
38- geode-conversion == 6.2.7
38+ geode-conversion == 6.2.9
3939 # via
4040 # geode-explicit
4141 # geode-implicit
4242 # geode-simplex
43- geode-explicit == 6.1.35
43+ geode-explicit == 6.1.37
4444 # via
4545 # -r requirements.in
4646 # geode-implicit
47- geode-implicit == 3.7.4
47+ geode-implicit == 3.7.6
4848 # via -r requirements.in
4949geode-numerics == 6.0.3
5050 # via
5151 # -r requirements.in
5252 # geode-implicit
5353 # geode-simplex
54- geode-simplex == 9.2.5
54+ geode-simplex == 9.2.6
5555 # via
5656 # -r requirements.in
5757 # geode-implicit
58- geode-viewables == 3.0.12
58+ geode-viewables == 3.1.0
5959 # via -r requirements.in
6060itsdangerous == 2.2.0
6161 # via flask
@@ -69,7 +69,7 @@ markupsafe==3.0.2
6969 # via
7070 # jinja2
7171 # werkzeug
72- opengeode-core == 15.17.8
72+ opengeode-core == 15.17.12
7373 # via
7474 # -r requirements.in
7575 # geode-background
@@ -84,7 +84,7 @@ opengeode-core==15.17.8
8484 # opengeode-geosciencesio
8585 # opengeode-inspector
8686 # opengeode-io
87- opengeode-geosciences == 8.4.3
87+ opengeode-geosciences == 8.4.4
8888 # via
8989 # -r requirements.in
9090 # geode-implicit
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def test_extract_brep_uuids(client):
2525 response = client .post (route , json = json_data )
2626
2727 assert response .status_code == 200
28- uuid_dict = response .json
28+ uuid_dict = response .json [ "uuid_dict" ]
2929 assert isinstance (uuid_dict , dict )
3030 assert (
3131 "Block" in uuid_dict
You can’t perform that action at this time.
0 commit comments