Skip to content

Commit 653580a

Browse files
⬆️ deps: Update dependencies (non-major) (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent decde98 commit 653580a

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

Cargo.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
dynamic = ["version"]
2727

2828
[project.optional-dependencies]
29-
dev = ["pytest>=7.4.4", "ruff==0.11.0", "pyright>=1.1.293", "build"]
29+
dev = ["pytest>=7.4.4", "ruff==0.11.2", "pyright>=1.1.293", "build"]
3030

3131
[tool.pyright]
3232
include = ["src", "tests"]

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
pyo3 = "0.24.0"
13-
codespan-reporting = "0.11.1"
13+
codespan-reporting = "0.12.0"

0 commit comments

Comments
 (0)