Skip to content

Commit 5d10a96

Browse files
⬆️ deps: Update dependencies (non-major) (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3748e23 commit 5d10a96

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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.14.0", "pyright>=1.1.293", "build"]
29+
dev = ["pytest>=7.4.4", "ruff==0.14.1", "pyright>=1.1.293", "build"]
3030

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

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ name = "codespan_reporting_pyo3"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.26.0", features = ["abi3-py310"] }
13-
codespan-reporting = "0.12.0"
12+
pyo3 = { version = "0.27.0", features = ["abi3-py310"] }
13+
codespan-reporting = "0.13.0"

0 commit comments

Comments
 (0)