Skip to content

Commit 9639e80

Browse files
committed
fix section 07 deps
1 parent f2c019e commit 9639e80

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

section-05-production-model-package/requirements/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pytest>=6.2.3,<6.3.0
55

66
# repo maintenance tooling
7-
black==22.3.0
7+
black>=22.0.0,<23.0.0
88
flake8>=3.9.0,<3.10.0
99
mypy==0.812
1010
isort==5.8.0
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
--extra-index-url=${PIP_EXTRA_INDEX_URL}
22

3-
uvicorn>=0.11.3,<0.12.0
3+
uvicorn>=0.16.0,<0.18.0
44
fastapi>=0.64.0,<1.0.0
55
python-multipart>=0.0.5,<0.1.0
66
pydantic>=1.8.1,<1.9.0
7-
typing_extensions>=3.7.4,<3.8.0
7+
typing_extensions>=3.7.4,<4.0.0
88
loguru>=0.5.3,<0.6.0
99
# fetched from gemfury
1010
tid-regression-model==4.0.2

section-07-ci-and-publishing/house-prices-api/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest>=6.2.3,<6.3.0
55
requests>=2.23.0,<2.24.0
66

77
# repo maintenance tooling
8-
black==20.8b1
8+
black>=22.0.0,<23.0.0
99
flake8>=3.9.0,<3.10.0
1010
mypy==0.812
1111
isort==5.8.0

section-07-ci-and-publishing/model-package/requirements/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pytest>=6.2.3,<6.3.0
55

66
# repo maintenance tooling
7-
black==20.8b1
7+
black>=22.0.0,<23.0.0
88
flake8>=3.9.0,<3.10.0
99
mypy==0.812
1010
isort==5.8.0

0 commit comments

Comments
 (0)