Skip to content

Commit 63fb6e1

Browse files
Bump the poetry-dependencies group across 1 directory with 3 updates (#154)
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](corydolphin/flask-cors@5.0.0...6.0.1) Updates `cryptography` to 45.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@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](psf/black@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67718e0 commit 63fb6e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.uv]
22
dev-dependencies = [
3-
"black<25.0.0,>=24.8.0",
3+
"black>=24.8.0,<26.0.0",
44
"ipdb<1.0.0,>=0.13.9",
55
]
66

@@ -16,11 +16,11 @@ requires-python = "<4.0,>=3.8"
1616
dependencies = [
1717
"flask<4.0,>=3.0",
1818
"python-dotenv<2.0,>=1.0",
19-
"flask-cors<6.0,>=5.0",
19+
"flask-cors>=5.0,<7.0",
2020
"certifi",
2121
"sqlalchemy<2.0.0,>=1.4.51",
2222
"Flask-SQLAlchemy<4.0.0,>=3.0.5",
23-
"cryptography>=43.0.3,<45.0.0",
23+
"cryptography>=43.0.3,<46.0.0",
2424
"psycopg2-binary<3.0.0,>=2.9.10",
2525
]
2626
name = "manim-website-api"
@@ -30,7 +30,7 @@ readme = "README.md"
3030

3131
[dependency-groups]
3232
dev = [
33-
"black<25.0.0,>=24.8.0",
33+
"black>=24.8.0,<26.0.0",
3434
"ipdb<1.0.0,>=0.13.9",
3535
]
3636

0 commit comments

Comments
 (0)