Skip to content

Commit 3d290f8

Browse files
committed
KIT-3965 update
1 parent 02b457b commit 3d290f8

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@ fastapi = { version = ">=0.104.1", extras = ["all"] }
1313
sag-py-auth = ">=0.1.7"
1414

1515
[tool.poetry.group.dev.dependencies]
16-
flake8 = "*"
16+
build = ">=1.1.1"
17+
coverage = "*"
18+
coverage-lcov = "*"
19+
flake8 = ">=5.0.4"
20+
mock = "*"
1721
mypy = "*"
18-
build = "*"
1922
pytest = "*"
2023
pytest-asyncio = "*"
2124
pytest-cov = "*"
22-
mock = "*"
2325
types-mock = "*"
24-
coverage-lcov = "*"
2526
toml = "*"
26-
coverage = "*"
27+
zipp = ">=3.19.1"
2728

2829
[build-system]
2930
requires = ["setuptools>=61.0"]

requirements-dev.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
-r requirements.txt
2-
flake8
2+
build>=1.1.1
3+
coverage-lcov
4+
coverage==6.5.0
5+
flake8>=5.0.4
6+
mock
37
mypy
4-
build
5-
68
pytest
79
pytest-asyncio
810
pytest-cov
9-
mock
10-
types-mock
11-
1211
# Toml and coverage temporarely fixes compatibility issues between coverage-lcov and coverage
1312
# see for details: https://github.com/theupdateframework/python-tuf/issues/2254
14-
coverage-lcov
1513
toml
16-
coverage==6.5.0
14+
types-mock
15+
zipp>=3.19.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
contextvars>=2.4
22
fastapi[all]>=0.110.3
3-
sag-py-auth>=0.1.7
3+
sag-py-auth>=1.1.1

0 commit comments

Comments
 (0)