File tree Expand file tree Collapse file tree 2 files changed +68
-68
lines changed Expand file tree Collapse file tree 2 files changed +68
-68
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ license = "MPL"
9
9
python = " >=3.12, <3.13"
10
10
fastapi = " ^0.111.1"
11
11
pydantic = {version = " ^2.8.2" , extras = [" email" ]}
12
- uvicorn = {extras = [" standard" ], version = " ^0.30.1 " }
12
+ uvicorn = {extras = [" standard" ], version = " ^0.30.3 " }
13
13
atlassian-python-api = " ^3.41.14"
14
14
dockerflow = {extras = [" fastapi" ], version = " 2024.4.2" }
15
15
Jinja2 = " ^3.1.4"
16
- sentry-sdk = {extras = [" fastapi" ], version = " ^2.9 .0" }
16
+ sentry-sdk = {extras = [" fastapi" ], version = " ^2.10 .0" }
17
17
pydantic-yaml = " ^1.3.0"
18
18
backoff = " ^2.2.1"
19
19
statsd = " ^4.0.1"
@@ -24,20 +24,20 @@ pypandoc = "^1.13"
24
24
[tool .poetry .group .dev .dependencies ]
25
25
pre-commit = " ^3.7.1"
26
26
coverage = {extras = [" toml" ], version = " ^7.6" }
27
- mypy = " ^1.10 "
27
+ mypy = " ^1.11 "
28
28
detect-secrets = " ^1.5.0"
29
29
bandit = " ^1.7.9"
30
- pytest = " ^8.2.2 "
30
+ pytest = " ^8.3.1 "
31
31
yamllint = " ^1.35.1"
32
32
pytest-dotenv = " ^0.5.2"
33
33
types-requests = " ^2.32.0"
34
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.5.2 "
38
+ ruff = " ^0.5.4 "
39
39
pytest-mock = " ^3.14.0"
40
- pytest-asyncio = " ^0.23.7 "
40
+ pytest-asyncio = " ^0.23.8 "
41
41
42
42
43
43
[build-system ]
You can’t perform that action at this time.
0 commit comments