From 60ebcf06aba9e1e0396fb17049e51cdc8bbd6b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:13:39 +0000 Subject: [PATCH] Bump the poetry-dependencies group across 1 directory with 3 updates Updates the requirements on [flask-cors](https://github.com/corydolphin/flask-cors), [cryptography](https://github.com/pyca/cryptography) and [black](https://github.com/psf/black) to permit the latest version. Updates `flask-cors` to 6.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/5.0.0...6.0.1) Updates `cryptography` to 45.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...45.0.5) Updates `black` to 25.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...25.1.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.1 dependency-type: direct:production dependency-group: poetry-dependencies - dependency-name: cryptography dependency-version: 45.0.5 dependency-type: direct:production dependency-group: poetry-dependencies - dependency-name: black dependency-version: 25.1.0 dependency-type: direct:production dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b219b6..8857281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.uv] dev-dependencies = [ - "black<25.0.0,>=24.8.0", + "black>=24.8.0,<26.0.0", "ipdb<1.0.0,>=0.13.9", ] @@ -16,11 +16,11 @@ requires-python = "<4.0,>=3.8" dependencies = [ "flask<4.0,>=3.0", "python-dotenv<2.0,>=1.0", - "flask-cors<6.0,>=5.0", + "flask-cors>=5.0,<7.0", "certifi", "sqlalchemy<2.0.0,>=1.4.51", "Flask-SQLAlchemy<4.0.0,>=3.0.5", - "cryptography>=43.0.3,<45.0.0", + "cryptography>=43.0.3,<46.0.0", "psycopg2-binary<3.0.0,>=2.9.10", ] name = "manim-website-api" @@ -30,7 +30,7 @@ readme = "README.md" [dependency-groups] dev = [ - "black<25.0.0,>=24.8.0", + "black>=24.8.0,<26.0.0", "ipdb<1.0.0,>=0.13.9", ]