Skip to content

Commit b8f2ca9

Browse files
committed
chore(dependencies): Bump library and dev dependencies to current ones
1 parent bb59699 commit b8f2ca9

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ and commits should be formatted using [Conventional Commits](https://www.convent
1010

1111
### Changed
1212

13-
- Detail: Rename `env_template` to `dotenv.template`
13+
- Detail: Rename `env_template` to `dotenv.template` ([bb59699](https://github.com/moodlehq/asero/commit/bb59699c8bd1fd49803b20f73e386199bf4ebbed))
14+
- Dependencies: Bump library and dev dependencies to current ones
1415

1516
## [0.4.2] - 2025-12-04
1617

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ dynamic = ["version"]
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"colorlog ~= 6.10.1",
29-
"numpy ~= 2.3.4",
30-
"openai ~= 2.7.1",
29+
"numpy ~= 2.4.0",
30+
"openai >= 2.14.0, < 3.0.0",
3131
"python-dotenv ~= 1.2.1",
3232
]
3333

3434
[project.optional-dependencies]
3535
dev = [
36-
"build ~= 1.3.0",
36+
"build ~= 1.4.0",
3737
"codespell ~= 2.4.1",
3838
"conventional-pre-commit ~= 4.3.0",
39-
"coverage ~= 7.11.0",
39+
"coverage ~= 7.13.1",
4040
"detect-secrets ~= 1.5.0",
41-
"git-cliff ~= 2.10.1",
42-
"pre-commit ~= 4.3.0",
43-
"pyright ~= 1.1.406",
44-
"ruff ~= 0.14.1",
41+
"git-cliff ~= 2.11.0",
42+
"pre-commit ~= 4.5.1",
43+
"pyright ~= 1.1.408",
44+
"ruff ~= 0.14.11",
4545
]
4646

4747
[project.scripts]

0 commit comments

Comments
 (0)