From a9f4c2420df7a6407d2c391b407ca3f8e1f44dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:38:35 +0000 Subject: [PATCH] chore(deps): bump rpds-py from 0.25.0 to 0.25.1 in /backend Bumps [rpds-py](https://github.com/crate-py/rpds) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](https://github.com/crate-py/rpds/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: rpds-py dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0b2539c6..ddee752f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -61,7 +61,7 @@ pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0" referencing==0.36.2 ; python_version >= "3.12" and python_version < "4.0" requests-oauthlib==2.0.0 ; python_version >= "3.12" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.12" and python_version < "4.0" -rpds-py==0.25.0 ; python_version >= "3.12" and python_version < "4.0" +rpds-py==0.25.1 ; python_version >= "3.12" and python_version < "4.0" semantic-version==2.10.0 ; python_version >= "3.12" and python_version < "4.0" sendgrid==6.12.0 ; python_version >= "3.12" and python_version < "4.0" shortuuid==1.0.13 ; python_version >= "3.12" and python_version < "4.0"