Skip to content

Commit 5535b5d

Browse files
fix(deps): update all non-major dependencies
1 parent 2b6fb51 commit 5535b5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ rustpython-literal = ">=0.4.0"
1919
[dev-dependencies]
2020
rustpython-parser = "0.4.0"
2121
rustpython-ast = { version = "0.4.0", features = ["fold", "unparse"] }
22-
rand = "0.8.5"
22+
rand = "0.9.2"
2323
pretty_assertions = "1.4.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "Default template for PDM package"
55
authors = [
66
{name = "Jan Vollmer", email = "jan@vllmr.dev"},
77
]
8-
dependencies = ["pysource-codegen>=0.6.0"]
9-
requires-python = ">=3.10"
8+
dependencies = ["pysource-codegen>=0.7.1"]
9+
requires-python = ">=3.13.7"
1010
readme = "README.md"
1111
license = {text = "MIT"}
1212

0 commit comments

Comments
 (0)