Skip to content

Commit 56c3a13

Browse files
fix(deps): update all non-major dependencies
1 parent a8956c0 commit 56c3a13

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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"

pdm.lock

Lines changed: 9 additions & 9 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
@@ -5,7 +5,7 @@ description = "Default template for PDM package"
55
authors = [
66
{name = "Jan Vollmer", email = "jan@vllmr.dev"},
77
]
8-
dependencies = ["pysource-codegen>=0.6.0"]
8+
dependencies = ["pysource-codegen>=0.7.1"]
99
requires-python = ">=3.10"
1010
readme = "README.md"
1111
license = {text = "MIT"}

0 commit comments

Comments
 (0)