Skip to content

Commit 863abec

Browse files
Merge branch 'next' into fix/update_ecosystem
2 parents 78afaf9 + c28d18d commit 863abec

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.github/workflows/CICD.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55

66
jobs:
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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "OpenGeodeWeb-Back"
8-
version = "5.6.3"
8+
version = "5.6.4"
99
dynamic = ["dependencies"]
1010
authors = [
1111
{ name="Geode-solutions", email="[email protected]" },

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
1515
click==8.1.8
1616
# via flask
17+
colorama==0.4.6
18+
# via click
1719
flask[async]==3.1.0
1820
# via
1921
# -r requirements.in

0 commit comments

Comments
 (0)