From d9f027d69c9655fc94c11bb80c91b670f294a95b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 03:12:23 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 13d986f..55ed8dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ rustpython-literal = ">=0.4.0" [dev-dependencies] rustpython-parser = "0.4.0" rustpython-ast = { version = "0.4.0", features = ["fold", "unparse"] } -rand = "0.8.5" +rand = "0.9.2" pretty_assertions = "1.4.1" diff --git a/pyproject.toml b/pyproject.toml index 24963f7..ed54833 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "Jan Vollmer", email = "jan@vllmr.dev"}, ] dependencies = ["pysource-codegen>=0.6.0"] -requires-python = ">=3.10" +requires-python = ">=3.13.6" readme = "README.md" license = {text = "MIT"}