Skip to content

Commit

Permalink
update dependencies (pipfile + pyproject)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretfourbe authored and Slokilla committed Dec 21, 2023
1 parent 35071dc commit 4bee889
Show file tree
Hide file tree
Showing 3 changed files with 744 additions and 738 deletions.
45 changes: 22 additions & 23 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,34 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = ">=7.1.3"
respx = "==0.20.1"
pytest-asyncio = "==0.20.1"
pytest-cov = ">=4.0.0"
pytest = ">=7.4.3"
respx = "==0.20.2"
pytest-asyncio = "==0.21.1"
pytest-cov = ">=4.1.0"

[packages]
aiocache = "==0.12.0"
aiohttp = "==3.8.6"
aiosqlite = "==0.17.0"
aiocache = "==0.12.2"
aiohttp = "==3.9.1"
aiosqlite = "==0.19.0"
arsenic = "==21.8"
beautifulsoup4 = ">=4.12.2"
browser-cookie3 = "==0.19.1"
dnspython = "==2.3.0"
dnspython = "==2.4.2"
h11 = ">=0.14.0"
httpcore = "==0.17.2"
"httpx[brotli, socks]" = "==0.24.1"
httpx-ntlm = ">=1.1.0"
humanize = "==4.4.0"
loguru = ">=0.5.3"
mako = ">=1.1.4"
markupsafe = "==2.1.1"
mitmproxy = ">=10.1.1"
pyasn1 = "==0.4.8"
pydantic = "==1.10.2"
six = ">=1.15.0"
sslyze = "==5.1.1"
sqlalchemy = ">=1.4.26"
tld = ">=0.12.5"
typing-extensions = "==4.4.0"
httpcore = "==1.0.2"
"httpx[brotli, socks]" = "==0.25.2"
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"
pyasn1 = "==0.5.1"
six = ">=1.16.0"
sqlalchemy = ">=2.0.23"
sslyze = "==5.2.0"
tld = ">=0.13"
typing-extensions = "==4.8.0"
yaswfp = ">=0.9.3"

[requires]
Expand Down
Loading

0 comments on commit 4bee889

Please sign in to comment.