File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ readme = "README.md"
1010authors = [{
name =
" Bill Maxwell" ,
email =
" [email protected] " }]
1111license = { file = " LICENSE" }
1212dependencies = [
13- " certifi==2024.2.2 " ,
13+ " certifi==2024.7.4 " ,
1414 " charset-normalizer==3.3.2" ,
1515 " httpx==0.27.0" ,
16- " idna==3.6 " ,
17- " requests==2.31.0 " ,
18- " tqdm==4.66.2 " ,
19- " urllib3==2.2.1 " ,
16+ " idna==3.7 " ,
17+ " requests==2.32.2 " ,
18+ " tqdm==4.66.3 " ,
19+ " urllib3==2.2.2 " ,
2020 " pydantic==2.9.2" ,
2121 " pywin32==306 ; sys_platform == 'win32'" ,
2222 " uvicorn==0.32.1" ,
Original file line number Diff line number Diff line change 1- certifi == 2024.2.2
1+ certifi == 2024.7.4
22charset-normalizer == 3.3.2
3- idna == 3.6
4- requests == 2.31.0
5- tqdm == 4.66.2
6- urllib3 == 2.2.1
3+ idna == 3.7
4+ requests == 2.32.2
5+ tqdm == 4.66.3
6+ urllib3 == 2.2.2
77tox == 4.14.1
88wheel == 0.42.0
9- setuptools == 69.1.1
9+ setuptools == 70.0.0
1010twine == 5.0.0
1111build == 1.1.1
1212httpx == 0.27.0
You can’t perform that action at this time.
0 commit comments