From bff0444b2d9511cfaa4478fe8cf1ccb19d1ca21e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:37:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index db5023b5..57d6ad64 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -109,7 +109,7 @@ types-pytz==2023.3.1.1 ; python_version >= "3.10" and python_version < "4.0" types-pyyaml==6.0.12.12 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.10" and python_version < "4.0" tzdata==2023.3 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" -urllib3==2.1.0 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0" virtualenv==20.24.6 ; python_version >= "3.10" and python_version < "4.0" watchdog==3.0.0 ; python_version >= "3.10" and python_version < "4.0" wcwidth==0.2.10 ; python_version >= "3.10" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index bc9262e2..6fc3a92c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,5 +41,5 @@ setuptools==68.2.2 ; python_version >= "3.10" and python_version < "4.0" sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.8.0 ; python_version >= "3.10" and python_version < "3.11" tzdata==2023.3 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" -urllib3==2.1.0 ; python_version >= "3.10" and python_version < "4.0" +urllib3==2.2.2 ; python_version >= "3.10" and python_version < "4.0" yarl==1.9.2 ; python_version >= "3.10" and python_version < "4.0"