From 35071dcf3553348673c9a03272da90ce68d0a428 Mon Sep 17 00:00:00 2001 From: slokilla Date: Fri, 1 Dec 2023 22:24:52 +0100 Subject: [PATCH] Make dependencies consistant --- Pipfile | 5 ++--- pyproject.toml | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index fb771b7cd..6b312e393 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] pytest = ">=7.1.3" respx = "==0.20.1" -pytest-asyncio = ">=0.20.1" +pytest-asyncio = "==0.20.1" pytest-cov = ">=4.0.0" [packages] @@ -20,7 +20,7 @@ dnspython = "==2.3.0" h11 = ">=0.14.0" httpcore = "==0.17.2" "httpx[brotli, socks]" = "==0.24.1" -httpx_ntlm = ">=1.1.0" +httpx-ntlm = ">=1.1.0" humanize = "==4.4.0" loguru = ">=0.5.3" mako = ">=1.1.4" @@ -28,7 +28,6 @@ markupsafe = "==2.1.1" mitmproxy = ">=10.1.1" pyasn1 = "==0.4.8" pydantic = "==1.10.2" -pytest = ">=5.4.1" six = ">=1.15.0" sslyze = "==5.1.1" sqlalchemy = ">=1.4.26" diff --git a/pyproject.toml b/pyproject.toml index 90dad2109..5029f45f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,14 +33,14 @@ classifiers = [ ] dependencies = [ "aiocache==0.12.0", - "aiohttp==3.8.5", + "aiohttp==3.8.6", "aiosqlite==0.17.0", "arsenic==21.8", "beautifulsoup4>=4.12.2", "browser-cookie3==0.19.1", "dnspython==2.3.0", "h11>=0.14.0", - "httpcore>=0.17.2", + "httpcore==0.17.2", "httpx[brotli, socks]==0.24.1", "httpx-ntlm>=1.1.0", "loguru>=0.5.3", @@ -51,6 +51,7 @@ dependencies = [ "six>=1.15.0", "sqlalchemy>=1.4.26", "tld>=0.12.5", + "typing-extensions==4.4.0", "yaswfp>=0.9.3" ]