File tree Expand file tree Collapse file tree 2 files changed +47
-47
lines changed Expand file tree Collapse file tree 2 files changed +47
-47
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ license = "MPL"
8
8
[tool .poetry .dependencies ]
9
9
python = " >=3.12, <3.14"
10
10
fastapi = " ^0.115.6"
11
- pydantic = {version = " ^2.10.4 " , extras = [" email" ]}
11
+ pydantic = {version = " ^2.10.5 " , extras = [" email" ]}
12
12
uvicorn = {extras = [" standard" ], version = " ^0.34.0" }
13
- atlassian-python-api = " ^3.41.16 "
13
+ atlassian-python-api = " ^3.41.18 "
14
14
dockerflow = {extras = [" fastapi" ], version = " 2024.4.2" }
15
15
Jinja2 = " ^3.1.5"
16
16
sentry-sdk = {extras = [" fastapi" ], version = " ^2.19.2" }
@@ -19,25 +19,25 @@ backoff = "^2.2.1"
19
19
statsd = " ^4.0.1"
20
20
requests = " ^2.32.3"
21
21
pydantic-settings = " ^2.7.1"
22
- pypandoc = " ^1.14 "
22
+ pypandoc = " ^1.15 "
23
23
24
24
[tool .poetry .group .dev .dependencies ]
25
25
pre-commit = " ^4.0.1"
26
26
coverage = {extras = [" toml" ], version = " ^7.6" }
27
27
mypy = " ^1.14"
28
28
detect-secrets = " ^1.5.0"
29
- bandit = " ^1.8.0 "
29
+ bandit = " ^1.8.2 "
30
30
pytest = " ^8.3.4"
31
31
yamllint = " ^1.35.1"
32
32
pytest-dotenv = " ^0.5.2"
33
33
types-requests = " ^2.32.0"
34
- responses = " ^0.25.3 "
34
+ responses = " ^0.25.5 "
35
35
httpx = " ^0.28.1"
36
36
factory-boy = " ^3.3.1"
37
37
pytest-factoryboy = " ^2.7.0"
38
- ruff = " ^0.8.6 "
38
+ ruff = " ^0.9.1 "
39
39
pytest-mock = " ^3.14.0"
40
- pytest-asyncio = " ^0.25.1 "
40
+ pytest-asyncio = " ^0.25.2 "
41
41
42
42
43
43
[build-system ]
You can’t perform that action at this time.
0 commit comments