From 98eec45100822cc1092b7ea1fc9f734912cd2c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:42:39 +0000 Subject: [PATCH] Bump certifi from 2023.7.22 to 2024.7.4 in /requirements (#8483) Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=certifi&package-manager=pip&previous-version=2023.7.22&new-version=2024.7.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/aio-libs/aiohttp/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/doc-spelling.txt | 2 +- requirements/doc.txt | 2 +- requirements/lint.txt | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index d7adfde6169..90fab2e6974 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -12,7 +12,7 @@ babel==2.12.1 # via sphinx blockdiag==3.0.0 # via sphinxcontrib-blockdiag -certifi==2023.7.22 +certifi==2024.7.4 # via requests charset-normalizer==3.3.0 # via requests diff --git a/requirements/doc.txt b/requirements/doc.txt index 9f296bd28f4..fd87a56ecda 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -12,7 +12,7 @@ babel==2.12.1 # via sphinx blockdiag==3.0.0 # via sphinxcontrib-blockdiag -certifi==2023.7.22 +certifi==2024.7.4 # via requests charset-normalizer==3.3.0 # via requests diff --git a/requirements/lint.txt b/requirements/lint.txt index c2f7095e2ed..c7a6e28cc39 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -5,14 +5,14 @@ # pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in # aiodns==3.2.0 - # via -r requirements/lint.in + # via -r lint.in aioredis==2.0.1 - # via -r requirements/lint.in + # via -r lint.in annotated-types==0.6.0 # via pydantic async-timeout==4.0.3 # via aioredis -certifi==2024.2.2 +certifi==2024.7.4 # via requests cffi==1.16.0 # via pycares @@ -41,7 +41,7 @@ markdown-it-py==3.0.0 mdurl==0.1.2 # via markdown-it-py mypy==1.10.1 ; implementation_name == "cpython" - # via -r requirements/lint.in + # via -r lint.in mypy-extensions==1.0.0 # via mypy nodeenv==1.8.0 @@ -53,7 +53,7 @@ platformdirs==3.10.0 pluggy==1.4.0 # via pytest pre-commit==3.5.0 - # via -r requirements/lint.in + # via -r lint.in pycares==4.4.0 # via aiodns pycparser==2.22 @@ -65,9 +65,9 @@ pydantic-core==2.18.2 pygments==2.17.2 # via rich pytest==8.1.1 - # via -r requirements/lint.in + # via -r lint.in python-on-whales==0.71.0 - # via -r requirements/lint.in + # via -r lint.in pyyaml==6.0.1 # via pre-commit requests==2.32.0 @@ -77,7 +77,7 @@ rich==13.7.1 shellingham==1.5.4 # via typer slotscheck==0.19.0 - # via -r requirements/lint.in + # via -r lint.in tomli==2.0.1 # via # mypy @@ -100,7 +100,7 @@ typing-extensions==4.10.0 urllib3==2.2.2 # via requests uvloop==0.19.0 ; platform_system != "Windows" - # via -r requirements/lint.in + # via -r lint.in virtualenv==20.24.2 # via pre-commit