Skip to content

Commit 9383bc7

Browse files
dycwweb-flow
andauthored
Fix pinned versions (#807)
Co-authored-by: github-actions-bot <noreply@github.com>
1 parent 499a772 commit 9383bc7

File tree

4 files changed

+2083
-16
lines changed

4 files changed

+2083
-16
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"tqdm>=4.67.3",
4747
"tzdata>=2025.3",
4848
"tzlocal>=5.3.1",
49-
"xarray>=2026.1.0",
49+
"xarray>=2026.2.0",
5050
]
5151

5252

@@ -57,13 +57,13 @@
5757
name = "dycw-dotfiles"
5858
readme = "README.md"
5959
requires-python = ">= 3.12"
60-
version = "0.4.23"
60+
version = "0.4.24"
6161

6262
[project.scripts]
6363
dotfiles-cli = "dotfiles._cli:cli"
6464

6565
[project.optional-dependencies]
66-
cli = ["click==8.3.1", "dycw-utilities==0.191.0", "libcst==1.8.6"]
66+
cli = ["dycw-utilities==0.191.1"]
6767

6868

6969
[tool]

src/dotfiles/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.4.23"
3+
__version__ = "0.4.24"

0 commit comments

Comments
 (0)