Skip to content

Commit aff3b0c

Browse files
committed
Fixing security issues
Updating packages on Pipfile and pyproject.toml
1 parent 0525d18 commit aff3b0c

File tree

3 files changed

+496
-458
lines changed

3 files changed

+496
-458
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ pytest-cov = ">=4.1.0"
1111

1212
[packages]
1313
aiocache = "==0.12.2"
14-
aiohttp = "==3.9.1"
14+
aiohttp = "==3.9.2"
1515
aiosqlite = "==0.19.0"
1616
arsenic = "==21.8"
1717
beautifulsoup4 = ">=4.12.2"
1818
browser-cookie3 = "==0.19.1"
1919
dnspython = "==2.4.2"
2020
h11 = ">=0.14.0"
2121
httpcore = "==1.0.2"
22-
"httpx[brotli, socks]" = "==0.25.2"
22+
httpx = {version = '==0.26.0', extras = ['brotli', 'socks']}
2323
httpx-ntlm = ">=1.4.0"
2424
humanize = "==4.9.0"
2525
loguru = ">=0.7.2"

0 commit comments

Comments
 (0)