From 079f1007c9c6fb064cbe5b9091bad3200781f959 Mon Sep 17 00:00:00 2001 From: SQuaRE Bot <24442459+sqrbot@users.noreply.github.com> Date: Mon, 13 Feb 2023 04:07:24 +0000 Subject: [PATCH] [neophile] Update dependencies - Update frozen Python dependencies --- requirements/dev.txt | 14 +++++++------- requirements/main.txt | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index b609316..36ef9d4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/dev.txt requirements/dev.in # -aiohttp==3.8.3 +aiohttp==3.8.4 # via # -c requirements/main.in # aiohttp-devtools @@ -28,7 +28,7 @@ attrs==22.2.0 # pytest cfgv==3.3.1 # via pre-commit -charset-normalizer==2.1.1 +charset-normalizer==3.0.1 # via aiohttp click==8.1.3 # via @@ -68,7 +68,7 @@ multidict==6.0.4 # via # aiohttp # yarl -mypy==0.991 +mypy==1.0.0 # via -r requirements/dev.in mypy-extensions==1.0.0 # via mypy @@ -76,7 +76,7 @@ nodeenv==1.7.0 # via pre-commit packaging==23.0 # via pytest -platformdirs==2.6.2 +platformdirs==3.0.0 # via virtualenv pluggy==1.0.0 # via pytest @@ -112,13 +112,13 @@ tomli==2.0.1 # coverage # mypy # pytest -types-dateparser==1.1.4.5 +types-dateparser==1.1.4.6 # via -r requirements/dev.in -types-pyyaml==6.0.12.4 +types-pyyaml==6.0.12.5 # via -r requirements/dev.in typing-extensions==4.4.0 # via mypy -virtualenv==20.17.1 +virtualenv==20.19.0 # via pre-commit watchgod==0.8.2 # via aiohttp-devtools diff --git a/requirements/main.txt b/requirements/main.txt index 8a4ad83..98dae50 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -6,7 +6,7 @@ # aiodns==3.0.0 # via -r requirements/main.in -aiohttp==3.8.3 +aiohttp==3.8.4 # via # -r requirements/main.in # safir @@ -33,13 +33,13 @@ cffi==1.15.1 # via # cryptography # pycares -charset-normalizer==2.1.1 +charset-normalizer==3.0.1 # via # aiohttp # requests click==8.1.3 # via -r requirements/main.in -cryptography==39.0.0 +cryptography==39.0.1 # via pyjwt cssselect==1.2.0 # via -r requirements/main.in @@ -111,5 +111,5 @@ urllib3==1.26.14 # via requests yarl==1.8.2 # via aiohttp -zipp==3.12.1 +zipp==3.13.0 # via importlib-metadata