Skip to content

Commit f66cd99

Browse files
dependabot[bot]davehunt
authored andcommitted
Bump the minor-patch group with 6 updates (mozilla#1016)
Bumps the minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.7.3` | `2.7.4` | | [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api) | `3.41.13` | `3.41.14` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.3.1` | `2.3.3` | | [bandit](https://github.com/PyCQA/bandit) | `1.7.8` | `1.7.9` | | [responses](https://github.com/getsentry/responses) | `0.25.2` | `0.25.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.8` | `0.4.9` | Updates `pydantic` from 2.7.3 to 2.7.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.3...v2.7.4) Updates `atlassian-python-api` from 3.41.13 to 3.41.14 - [Release notes](https://github.com/atlassian-api/atlassian-python-api/releases) - [Commits](atlassian-api/atlassian-python-api@3.41.13...3.41.14) Updates `pydantic-settings` from 2.3.1 to 2.3.3 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.3.1...v2.3.3) Updates `bandit` from 1.7.8 to 1.7.9 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.8...1.7.9) Updates `responses` from 0.25.2 to 0.25.3 - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](getsentry/responses@0.25.2...0.25.3) Updates `ruff` from 0.4.8 to 0.4.9 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.8...v0.4.9) --- 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: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch 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-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 a62517e commit f66cd99

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@ license = "MPL"
88
[tool.poetry.dependencies]
99
python = ">=3.12, <3.13"
1010
fastapi = "^0.111.0"
11-
pydantic = {version = "^2.7.3", extras = ["email"]}
11+
pydantic = {version = "^2.7.4", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.30.1"}
13-
atlassian-python-api = "^3.41.13"
13+
atlassian-python-api = "^3.41.14"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.4"
1616
sentry-sdk = {extras = ["fastapi"], version = "^2.5.1"}
1717
pydantic-yaml = "^1.3.0"
1818
backoff = "^2.2.1"
1919
statsd = "^4.0.1"
2020
requests = "^2.32.3"
21-
pydantic-settings = "^2.3.1"
21+
pydantic-settings = "^2.3.3"
2222
pypandoc = "^1.13"
2323

2424
[tool.poetry.group.dev.dependencies]
2525
pre-commit = "^3.7.1"
2626
coverage = {extras = ["toml"], version = "^7.5"}
2727
mypy = "^1.10"
2828
detect-secrets = "^1.5.0"
29-
bandit = "^1.7.8"
29+
bandit = "^1.7.9"
3030
pytest = "^8.2.2"
3131
yamllint = "^1.35.1"
3232
pytest-dotenv = "^0.5.2"
3333
types-requests = "^2.32.0"
34-
responses = "^0.25.2"
34+
responses = "^0.25.3"
3535
httpx = "^0.27.0"
3636
factory-boy = "^3.3.0"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.4.8"
38+
ruff = "^0.4.9"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.23.7"
4141

0 commit comments

Comments
 (0)