Skip to content

Commit 4af9d98

Browse files
Bump the minor-patch group with 3 updates (#1056)
Bumps the minor-patch group with 3 updates: [uvicorn](https://github.com/encode/uvicorn), [bandit](https://github.com/PyCQA/bandit) and [ruff](https://github.com/astral-sh/ruff). Updates `uvicorn` from 0.30.6 to 0.31.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.30.6...0.31.0) Updates `bandit` from 1.7.9 to 1.7.10 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.9...1.7.10) Updates `ruff` from 0.6.7 to 0.6.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.7...0.6.8) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7082b6e commit 4af9d98

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MPL"
99
python = ">=3.12, <3.13"
1010
fastapi = "^0.115.0"
1111
pydantic = {version = "^2.9.2", extras = ["email"]}
12-
uvicorn = {extras = ["standard"], version = "^0.30.6"}
12+
uvicorn = {extras = ["standard"], version = "^0.31.0"}
1313
atlassian-python-api = "^3.41.16"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.4"
@@ -26,7 +26,7 @@ pre-commit = "^3.8.0"
2626
coverage = {extras = ["toml"], version = "^7.6"}
2727
mypy = "^1.11"
2828
detect-secrets = "^1.5.0"
29-
bandit = "^1.7.9"
29+
bandit = "^1.7.10"
3030
pytest = "^8.3.3"
3131
yamllint = "^1.35.1"
3232
pytest-dotenv = "^0.5.2"
@@ -35,7 +35,7 @@ responses = "^0.25.3"
3535
httpx = "^0.27.2"
3636
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.6.7"
38+
ruff = "^0.6.8"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.24.0"
4141

0 commit comments

Comments
 (0)