File tree Expand file tree Collapse file tree 2 files changed +40
-40
lines changed Expand file tree Collapse file tree 2 files changed +40
-40
lines changed Original file line number Diff line number Diff line change @@ -8,34 +8,34 @@ license = "MPL"
8
8
[tool .poetry .dependencies ]
9
9
python = " >=3.12, <3.13"
10
10
fastapi = " ^0.111.0"
11
- pydantic = {version = " ^2.7.3 " , extras = [" email" ]}
11
+ pydantic = {version = " ^2.7.4 " , extras = [" email" ]}
12
12
uvicorn = {extras = [" standard" ], version = " ^0.30.1" }
13
- atlassian-python-api = " ^3.41.13 "
13
+ atlassian-python-api = " ^3.41.14 "
14
14
dockerflow = {extras = [" fastapi" ], version = " 2024.4.2" }
15
15
Jinja2 = " ^3.1.4"
16
16
sentry-sdk = {extras = [" fastapi" ], version = " ^2.5.1" }
17
17
pydantic-yaml = " ^1.3.0"
18
18
backoff = " ^2.2.1"
19
19
statsd = " ^4.0.1"
20
20
requests = " ^2.32.3"
21
- pydantic-settings = " ^2.3.1 "
21
+ pydantic-settings = " ^2.3.3 "
22
22
pypandoc = " ^1.13"
23
23
24
24
[tool .poetry .group .dev .dependencies ]
25
25
pre-commit = " ^3.7.1"
26
26
coverage = {extras = [" toml" ], version = " ^7.5" }
27
27
mypy = " ^1.10"
28
28
detect-secrets = " ^1.5.0"
29
- bandit = " ^1.7.8 "
29
+ bandit = " ^1.7.9 "
30
30
pytest = " ^8.2.2"
31
31
yamllint = " ^1.35.1"
32
32
pytest-dotenv = " ^0.5.2"
33
33
types-requests = " ^2.32.0"
34
- responses = " ^0.25.2 "
34
+ responses = " ^0.25.3 "
35
35
httpx = " ^0.27.0"
36
36
factory-boy = " ^3.3.0"
37
37
pytest-factoryboy = " ^2.7.0"
38
- ruff = " ^0.4.8 "
38
+ ruff = " ^0.4.9 "
39
39
pytest-mock = " ^3.14.0"
40
40
pytest-asyncio = " ^0.23.7"
41
41
You can’t perform that action at this time.
0 commit comments