Skip to content

Commit 75162fa

Browse files
authored
Merge branch 'main' into patch-2
2 parents 9dc51c4 + 1011804 commit 75162fa

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)