Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: bretfourbe <[email protected]>
  • Loading branch information
bretfourbe authored and Slokilla committed Mar 13, 2024
1 parent 8aa156b commit 56e46e3
Show file tree
Hide file tree
Showing 3 changed files with 1,156 additions and 158 deletions.
26 changes: 13 additions & 13 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = ">=7.4.3"
pytest = ">=8.0.2"
respx = "==0.20.2"
pytest-asyncio = "==0.21.1"
pytest-asyncio = "==0.23.5"
pytest-cov = ">=4.1.0"

[packages]
aiocache = "==0.12.2"
aiohttp = "==3.9.2"
aiosqlite = "==0.19.0"
aiohttp = "==3.9.3"
aiosqlite = "==0.20.0"
arsenic = "==21.8"
beautifulsoup4 = ">=4.12.2"
beautifulsoup4 = ">=4.12.3"
browser-cookie3 = "==0.19.1"
dnspython = "==2.4.2"
dnspython = "==2.6.1"
h11 = ">=0.14.0"
httpcore = "==1.0.2"
"httpx[brotli, socks]" = "==0.26.0"
httpcore = "==1.0.4"
"httpx[brotli, socks]" = "==0.27.0"
httpx-ntlm = ">=1.4.0"
humanize = "==4.9.0"
loguru = ">=0.7.2"
mako = ">=1.3.0"
markupsafe = "==2.1.3"
mitmproxy = ">=10.1.5"
mako = ">=1.3.2"
markupsafe = "==2.1.5"
mitmproxy = ">=10.2.3"
pyasn1 = "==0.5.1"
six = ">=1.16.0"
sqlalchemy = ">=2.0.23"
sqlalchemy = ">=2.0.28"
sslyze = "==5.2.0"
tld = ">=0.13"
typing-extensions = "==4.8.0"
typing-extensions = "==4.10.0"
yaswfp = ">=0.9.3"

[requires]
Expand Down
Loading

0 comments on commit 56e46e3

Please sign in to comment.