Skip to content

Commit 5b91645

Browse files
Bump the minor-patch group with 7 updates (#1087)
Bumps the minor-patch group with 7 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.4` | `2.10.5` | | [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api) | `3.41.16` | `3.41.18` | | [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.14` | `1.15` | | [bandit](https://github.com/PyCQA/bandit) | `1.8.0` | `1.8.2` | | [responses](https://github.com/getsentry/responses) | `0.25.3` | `0.25.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.6` | `0.9.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.1` | `0.25.2` | Updates `pydantic` from 2.10.4 to 2.10.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.4...v2.10.5) Updates `atlassian-python-api` from 3.41.16 to 3.41.18 - [Release notes](https://github.com/atlassian-api/atlassian-python-api/releases) - [Commits](https://github.com/atlassian-api/atlassian-python-api/commits) Updates `pypandoc` from 1.14 to 1.15 - [Release notes](https://github.com/JessicaTegner/pypandoc/releases) - [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md) - [Commits](JessicaTegner/pypandoc@v1.14...v1.15) Updates `bandit` from 1.8.0 to 1.8.2 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.8.0...1.8.2) Updates `responses` from 0.25.3 to 0.25.5 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.25.3...0.25.5) Updates `ruff` from 0.8.6 to 0.9.1 - [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.8.6...0.9.1) Updates `pytest-asyncio` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.1...v0.25.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: atlassian-python-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pypandoc 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: responses 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-minor dependency-group: minor-patch - dependency-name: pytest-asyncio 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 45beb00 commit 5b91645

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ license = "MPL"
88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.14"
1010
fastapi = "^0.115.6"
11-
pydantic = {version = "^2.10.4", extras = ["email"]}
11+
pydantic = {version = "^2.10.5", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.34.0"}
13-
atlassian-python-api = "^3.41.16"
13+
atlassian-python-api = "^3.41.18"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.5"
1616
sentry-sdk = {extras = ["fastapi"], version = "^2.19.2"}
@@ -19,25 +19,25 @@ backoff = "^2.2.1"
1919
statsd = "^4.0.1"
2020
requests = "^2.32.3"
2121
pydantic-settings = "^2.7.1"
22-
pypandoc = "^1.14"
22+
pypandoc = "^1.15"
2323

2424
[tool.poetry.group.dev.dependencies]
2525
pre-commit = "^4.0.1"
2626
coverage = {extras = ["toml"], version = "^7.6"}
2727
mypy = "^1.14"
2828
detect-secrets = "^1.5.0"
29-
bandit = "^1.8.0"
29+
bandit = "^1.8.2"
3030
pytest = "^8.3.4"
3131
yamllint = "^1.35.1"
3232
pytest-dotenv = "^0.5.2"
3333
types-requests = "^2.32.0"
34-
responses = "^0.25.3"
34+
responses = "^0.25.5"
3535
httpx = "^0.28.1"
3636
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.8.6"
38+
ruff = "^0.9.1"
3939
pytest-mock = "^3.14.0"
40-
pytest-asyncio = "^0.25.1"
40+
pytest-asyncio = "^0.25.2"
4141

4242

4343
[build-system]

0 commit comments

Comments
 (0)