File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77 test :
8- runs-on : ubuntu-latest
8+ runs-on : ${{ matrix.os }}
9+ strategy :
10+ matrix :
11+ os : [ubuntu-latest, windows-latest]
912 steps :
1013 - uses : actions/checkout@v4
1114 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v5.6.4 (2025-04-04)
5+
6+
7+ ## v5.6.4-rc.1 (2025-04-04)
8+
9+ ### Bug Fixes
10+
11+ - ** /save_viewable** : Update dependencies
12+ ([ ` c01aa71 ` ] ( https://github.com/Geode-solutions/OpenGeodeWeb-Back/commit/c01aa719df95ff21afe840d8630fddd09837b214 ) )
13+
14+
415## v5.6.3 (2025-03-19)
516
617
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " OpenGeodeWeb-Back"
8- version = " 5.6.3 "
8+ version = " 5.6.4 "
99dynamic = [" dependencies" ]
1010authors = [
1111 {
name =
" Geode-solutions" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.10
2+ # This file is autogenerated by pip-compile with Python 3.11
33# by the following command:
44#
55# pip-compile requirements.in
@@ -14,6 +14,8 @@ blinker==1.9.0
1414 # via flask
1515click == 8.1.8
1616 # via flask
17+ colorama == 0.4.6
18+ # via click
1719flask [async ]== 3.1.0
1820 # via
1921 # -r requirements.in
You can’t perform that action at this time.
0 commit comments