File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ readme = "README.md"
10
10
authors = [{
name =
" Bill Maxwell" ,
email =
" [email protected] " }]
11
11
license = { file = " LICENSE" }
12
12
dependencies = [
13
- " certifi==2024.2.2 " ,
13
+ " certifi==2024.7.4 " ,
14
14
" charset-normalizer==3.3.2" ,
15
15
" 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 " ,
20
20
" pydantic==2.9.2" ,
21
21
" pywin32==306 ; sys_platform == 'win32'" ,
22
22
" uvicorn==0.32.1" ,
Original file line number Diff line number Diff line change 1
- certifi == 2024.2.2
1
+ certifi == 2024.7.4
2
2
charset-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
7
7
tox == 4.14.1
8
8
wheel == 0.42.0
9
- setuptools == 69.1.1
9
+ setuptools == 70.0.0
10
10
twine == 5.0.0
11
11
build == 1.1.1
12
12
httpx == 0.27.0
You can’t perform that action at this time.
0 commit comments