Skip to content

Commit 3ce5d0f

Browse files
committed
update section08 deps
1 parent 9639e80 commit 3ce5d0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
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
6-
pydantic>=1.8.1,<1.9.0
7-
typing_extensions>=3.7.4,<3.8.0
6+
pydantic>=1.8.1,<1.10.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-08-deploying-with-containers/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

0 commit comments

Comments
 (0)