Skip to content

Commit 1011804

Browse files
Bump the minor-patch group with 3 updates (#1041)
Bumps the minor-patch group with 3 updates: [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api), [httpx](https://github.com/encode/httpx) and [ruff](https://github.com/astral-sh/ruff). Updates `atlassian-python-api` from 3.41.14 to 3.41.15 - [Release notes](https://github.com/atlassian-api/atlassian-python-api/releases) - [Commits](atlassian-api/atlassian-python-api@3.41.14...3.41.15) Updates `httpx` from 0.27.0 to 0.27.2 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.0...0.27.2) Updates `ruff` from 0.6.2 to 0.6.3 - [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.2...0.6.3) --- updated-dependencies: - dependency-name: atlassian-python-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: httpx 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 9126caf commit 1011804

File tree

2 files changed

+30
-29
lines changed

2 files changed

+30
-29
lines changed

poetry.lock

Lines changed: 27 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
@@ -10,7 +10,7 @@ python = ">=3.12, <3.13"
1010
fastapi = "^0.112.2"
1111
pydantic = {version = "^2.8.2", extras = ["email"]}
1212
uvicorn = {extras = ["standard"], version = "^0.30.6"}
13-
atlassian-python-api = "^3.41.14"
13+
atlassian-python-api = "^3.41.15"
1414
dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
1515
Jinja2 = "^3.1.4"
1616
sentry-sdk = {extras = ["fastapi"], version = "^2.13.0"}
@@ -32,10 +32,10 @@ yamllint = "^1.35.1"
3232
pytest-dotenv = "^0.5.2"
3333
types-requests = "^2.32.0"
3434
responses = "^0.25.3"
35-
httpx = "^0.27.0"
35+
httpx = "^0.27.2"
3636
factory-boy = "^3.3.1"
3737
pytest-factoryboy = "^2.7.0"
38-
ruff = "^0.6.2"
38+
ruff = "^0.6.3"
3939
pytest-mock = "^3.14.0"
4040
pytest-asyncio = "^0.24.0"
4141

0 commit comments

Comments
 (0)