From 8c124b51aaed4e6604c547ffbd0a99e172710a82 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Dec 2024 01:06:04 +0000
Subject: [PATCH] Bump aiosignal from 1.3.1 to 1.3.2 (#10198)
Bumps [aiosignal](https://github.com/aio-libs/aiosignal) from 1.3.1 to
1.3.2.
Release notes
Sourced from aiosignal's
releases.
1.3.2
Deprecations and Removals
Misc
Changelog
Sourced from aiosignal's
changelog.
1.3.2 (2024-12-13)
Deprecations and Removals
-
Dropped Python 3.7 support.
[#413](https://github.com/aio-libs/aiosignal/issues/413)
<https://github.com/aio-libs/aiosignal/issues/413>
_
-
Dropped Python 3.8 support.
[#645](https://github.com/aio-libs/aiosignal/issues/645)
<https://github.com/aio-libs/aiosignal/issues/645>
_
Misc
[#362](https://github.com/aio-libs/aiosignal/issues/362)
<https://github.com/aio-libs/aiosignal/issues/362>
_
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiosignal&package-manager=pip&previous-version=1.3.1&new-version=1.3.2)](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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements/base.txt | 2 +-
requirements/constraints.txt | 2 +-
requirements/dev.txt | 2 +-
requirements/runtime-deps.txt | 2 +-
requirements/test.txt | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/requirements/base.txt b/requirements/base.txt
index 15dd10c52fb..d3e45711ac8 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -8,7 +8,7 @@ aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.4.3
# via -r requirements/runtime-deps.in
-aiosignal==1.3.1
+aiosignal==1.3.2
# via -r requirements/runtime-deps.in
async-timeout==4.0.3 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
diff --git a/requirements/constraints.txt b/requirements/constraints.txt
index 712a087bb79..0b78efc02d9 100644
--- a/requirements/constraints.txt
+++ b/requirements/constraints.txt
@@ -12,7 +12,7 @@ aiohappyeyeballs==2.4.3
# via -r requirements/runtime-deps.in
aiohttp-theme==0.1.7
# via -r requirements/doc.in
-aiosignal==1.3.1
+aiosignal==1.3.2
# via -r requirements/runtime-deps.in
alabaster==1.0.0
# via sphinx
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 7bff72ee4d8..81abf48ef62 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -12,7 +12,7 @@ aiohappyeyeballs==2.4.3
# via -r requirements/runtime-deps.in
aiohttp-theme==0.1.7
# via -r requirements/doc.in
-aiosignal==1.3.1
+aiosignal==1.3.2
# via -r requirements/runtime-deps.in
alabaster==1.0.0
# via sphinx
diff --git a/requirements/runtime-deps.txt b/requirements/runtime-deps.txt
index 8e681d51560..29af761624e 100644
--- a/requirements/runtime-deps.txt
+++ b/requirements/runtime-deps.txt
@@ -8,7 +8,7 @@ aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.4.3
# via -r requirements/runtime-deps.in
-aiosignal==1.3.1
+aiosignal==1.3.2
# via -r requirements/runtime-deps.in
async-timeout==4.0.3 ; python_version < "3.11"
# via -r requirements/runtime-deps.in
diff --git a/requirements/test.txt b/requirements/test.txt
index ca658e36500..7267ba433b7 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -8,7 +8,7 @@ aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.4.3
# via -r requirements/runtime-deps.in
-aiosignal==1.3.1
+aiosignal==1.3.2
# via -r requirements/runtime-deps.in
annotated-types==0.7.0
# via pydantic