From 890a0ae8c47645d65b00ee96340c8a1e29dfb03e Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sat, 12 Nov 2022 22:28:51 +0000 Subject: [PATCH] update deps --- requirements/base.txt | 4 ++-- requirements/dev.txt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index beb43125..e1a13340 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ beautifulsoup4==4.11.1 censys==2.1.9 certifi==2022.9.24 dnspython==2.2.1 -fastapi==0.85.1 +fastapi==0.86.0 lxml==4.9.1 netaddr==0.8.0 ujson==5.5.0 @@ -15,7 +15,7 @@ pyppeteer==1.0.2 PyYAML==6.0 requests==2.28.1 retrying==1.3.3 -setuptools==65.5.0 +setuptools==65.5.1 shodan==1.28.0 slowapi==0.1.6 uvicorn==0.19.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 3911d07e..c2f0ac3b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,14 +1,14 @@ -r base.txt flake8==5.0.4 -mypy==0.982 +mypy==0.990 mypy-extensions==0.4.3 pyre-check==0.9.16 pyflakes==2.5.0 pytest==7.2.0 -pytest-asyncio==0.20.1 +pytest-asyncio==0.20.2 types-certifi==2021.10.8.3 types-chardet==5.0.4 types-ujson==5.5.0 -types-PyYAML==6.0.12.1 -types-requests==2.28.11.2 -wheel==0.37.1 \ No newline at end of file +types-PyYAML==6.0.12.2 +types-requests==2.28.11.4 +wheel==0.38.4 \ No newline at end of file