Skip to content

Commit 4775be4

Browse files
chore(deps): update all non-major dependencies
1 parent 2b6fb51 commit 4775be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1"
2323
pretty_assertions = "1.4.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{name = "Jan Vollmer", email = "jan@vllmr.dev"},
77
]
88
dependencies = ["pysource-codegen>=0.6.0"]
9-
requires-python = ">=3.10"
9+
requires-python = ">=3.13.3"
1010
readme = "README.md"
1111
license = {text = "MIT"}
1212

0 commit comments

Comments
 (0)