Skip to content

Commit e8b8583

Browse files
GOATS-1281/bump version and update dependencies for next release (#616)
* GOATS-1279: Upgrade gpp-client to 26.4.0 * GOATS-1280: Upgrade tomtoolkit 2.31.7 * GOATS-1278: Upgrade Dragons to 4.2.1 * Add towncrier entry [skip ci]
1 parent 0ece881 commit e8b8583

4 files changed

Lines changed: 29 additions & 26 deletions

File tree

ci_environment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ channels:
2626
- nodefaults
2727

2828
dependencies:
29-
- dragons=4.1.0
29+
- dragons=4.2.1
3030
- pip>=25.1.1
3131
- python=3.12
3232
- redis-server>=7.4.0,<8
3333
- uv>=0.9.10
34+
- bqplot>0.12.37

docs/changes/616.other.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bumped Dragons, TOMToolkit, and gpp-client to their latest versions for the next release.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ dependencies = [
2828
"click>=8.3.1,<9",
2929
"django==4.2.30,<5",
3030
"django-cors-headers>=4.9.0,<5",
31-
"django-crispy-forms<2.6",
31+
"django-crispy-forms<2.6",#Django 4
3232
"django-dramatiq>=0.15.0",
3333
"djangorestframework>=3.16.1,<4",
3434
"dramatiq-abort>=1.2.1",
3535
"dramatiq[redis,watch]>=1.18.0,<2",
36-
"gpp-client==26.3.0",
36+
"gpp-client==26.4.0",
3737
"marshmallow==3.26.1",
3838
"marshmallow-jsonapi>=0.24.0",
3939
"numpydoc>=1.9.0,<2",
4040
"tom-tns>=0.3.4",
41-
"tomtoolkit==2.31.6",
41+
"tomtoolkit==2.31.7",
4242
]
4343
version = "26.4.2"
4444

@@ -155,7 +155,7 @@ docstring-code-format = true
155155
docstring-code-line-length = "dynamic"
156156

157157
[tool.uv.sources]
158-
dragons = { git = "https://github.com/GeminiDRSoftware/DRAGONS", tag = "v4.1.0" }
158+
dragons = { git = "https://github.com/GeminiDRSoftware/DRAGONS", tag = "v4.2.1" }
159159
fits-storage = { git = "https://github.com/GeminiDRSoftware/FitsStorage", tag = "v3.5.2" }
160160

161161
[tool.numpydoc_validation]

uv.lock

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)