Skip to content

Commit 05a4829

Browse files
chore(deps): bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the /jans-cedarling/flask-sidecar directory: [flask](https://github.com/pallets/flask) and [flask-cors](https://github.com/corydolphin/flask-cors). Updates `flask` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.1.0...3.1.1) Updates `flask-cors` from 5.0.0 to 6.0.0 - [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.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53a187b commit 05a4829

File tree

2 files changed

+52
-19
lines changed

2 files changed

+52
-19
lines changed

jans-cedarling/flask-sidecar/poetry.lock

Lines changed: 50 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jans-cedarling/flask-sidecar/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ packages = [{ include = "main" }]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.10"
12-
flask = "^3.1.0"
12+
flask = "^3.1.1"
1313
flask-smorest = "^0.45.0"
1414
pyyaml = "^6.0.2"
1515
maturin = "^1.7.4"
16-
flask-cors = "^5.0.0"
16+
flask-cors = "^6.0.0"
1717
python-dotenv = "^1.0.1"
1818
structlog = "^24.4.0"
1919
python-json-logger = "^2.0.7"

0 commit comments

Comments
 (0)