File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ def get(self):
2424 "efp_arabidopsis" ,
2525 "efp_arachis" ,
2626 "efp_cannabis" ,
27+ "efp_grape" ,
2728 "efp_maize" ,
2829 "efp_rice" ,
2930 "efp_sorghum" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ attrs==25.3.0
44black == 25.1.0
55blinker == 1.9.0
66cachelib == 0.13.0
7- certifi == 2025.7.14
7+ certifi == 2025.8.3
88charset-normalizer == 3.4.2
99click == 8.2.1
10- coverage == 7.10.0
10+ coverage == 7.10.2
1111Deprecated == 1.2.18
1212flake8 == 7.3.0
1313Flask == 3.1.1
@@ -17,15 +17,15 @@ Flask-Limiter==3.12
1717flask-marshmallow == 1.3.0
1818flask-restx == 1.3.0
1919Flask-SQLAlchemy == 3.1.1
20- greenlet == 3.2.3
20+ greenlet == 3.2.4
2121idna == 3.10
2222importlib_resources == 6.5.2
2323iniconfig == 2.1.0
2424itsdangerous == 2.2.0
2525Jinja2 == 3.1.6
2626jsonschema == 4.25.0
2727jsonschema-specifications == 2025.4.1
28- limits == 5.4 .0
28+ limits == 5.5 .0
2929markdown-it-py == 3.0.0
3030MarkupSafe == 3.0.2
3131marshmallow == 4.0.0
@@ -45,14 +45,14 @@ pyrsistent==0.20.0
4545pytest == 8.4.1
4646python-dateutil == 2.9.0.post0
4747pytz == 2025.2
48- redis == 6.2 .0
48+ redis == 6.4 .0
4949referencing == 0.36.2
5050requests == 2.32.4
5151rich == 13.9.4
52- rpds-py == 0.26 .0
52+ rpds-py == 0.27 .0
5353setuptools == 80.9.0
5454six == 1.17.0
55- SQLAlchemy == 2.0.41
55+ SQLAlchemy == 2.0.42
5656typing_extensions == 4.14.1
5757urllib3 == 2.5.0
5858Werkzeug == 3.1.3
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def test_get_efp_image_list(self):
1717 "efp_arabidopsis" ,
1818 "efp_arachis" ,
1919 "efp_cannabis" ,
20+ "efp_grape" ,
2021 "efp_maize" ,
2122 "efp_rice" ,
2223 "efp_sorghum" ,
You can’t perform that action at this time.
0 commit comments