From afec9ce726d818c378f8c491fd7d8f4ffca4d938 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 19:29:29 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 2 +- pdm.lock | 18 +++++++++--------- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 11 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/pdm.lock b/pdm.lock index 1ceb00b..357b7a2 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,14 +5,14 @@ groups = ["default"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:e4a6e44d21cd2f0b0ed9c6edd09abf719e8296efcd2df8c87980912d089ec4b9" +content_hash = "sha256:f0088c5fcabe79e9344fb9c98f013e4bdd028c31e10bec31cc465bbe8e7bce33" [[metadata.targets]] requires_python = ">=3.10" [[package]] name = "pysource-codegen" -version = "0.6.0" +version = "0.7.1" requires_python = ">=3.8" summary = "generate random python code to test linter/formatter/and other tools" groups = ["default"] @@ -21,17 +21,17 @@ dependencies = [ "typing-extensions>=4.7.1", ] files = [ - {file = "pysource_codegen-0.6.0-py3-none-any.whl", hash = "sha256:858f2bbed6de7a7b7e9bbea5cb8212ec7e66fa7f2a7ba433fe05f72438017b30"}, - {file = "pysource_codegen-0.6.0.tar.gz", hash = "sha256:0337e3cf3639f017567ab298684c78eb15c877b093965259c725a13a4917be4e"}, + {file = "pysource_codegen-0.7.1-py3-none-any.whl", hash = "sha256:099e00d587a59babacaff902ad0b6d5b2f7344648c1e0baa981b30cc11a5c363"}, + {file = "pysource_codegen-0.7.1.tar.gz", hash = "sha256:1a72d29591a9732fa9a66ee4976307081e56dd8991231b19a0bddf87a31d4c8e"}, ] [[package]] name = "typing-extensions" -version = "4.12.2" -requires_python = ">=3.8" -summary = "Backported and Experimental Type Hints for Python 3.8+" +version = "4.15.0" +requires_python = ">=3.9" +summary = "Backported and Experimental Type Hints for Python 3.9+" groups = ["default"] files = [ - {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"}, - {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"}, + {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, + {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] diff --git a/pyproject.toml b/pyproject.toml index 24963f7..d180af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Default template for PDM package" authors = [ {name = "Jan Vollmer", email = "jan@vllmr.dev"}, ] -dependencies = ["pysource-codegen>=0.6.0"] +dependencies = ["pysource-codegen>=0.7.1"] requires-python = ">=3.10" readme = "README.md" license = {text = "MIT"}