Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump cfgv from 3.4.0 to 3.5.0 (aio-libs#11785)
Bumps [cfgv](https://github.com/asottile/cfgv) from 3.4.0 to 3.5.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/asottile/cfgv/commit/c7342120ec8513671fb8dd54d8a14399dc59cd47"><code>c734212</code></a>
v3.5.0</li>
<li><a
href="https://github.com/asottile/cfgv/commit/d64e0cc2ba77dff75a4c15fb6cf5e6ed315dc80b"><code>d64e0cc</code></a>
Merge pull request <a
href="https://github.com/asottile/cfgv/issues/158">#158</a>
from asottile/key-value-map</li>
<li><a
href="https://github.com/asottile/cfgv/commit/641559f162edff0c37277cd7c5ebd2b65292fad1"><code>641559f</code></a>
add KeyValueMap</li>
<li><a
href="https://github.com/asottile/cfgv/commit/82e2f93a1554805a8938a6a3a588efe982e03019"><code>82e2f93</code></a>
Merge pull request <a
href="https://github.com/asottile/cfgv/issues/157">#157</a>
from asottile/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/asottile/cfgv/commit/69cd02016f6a69de3a19a9741f16aa6d40120164"><code>69cd020</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/asottile/cfgv/commit/5ccc4d404d9a6a83bd3b12c1a24437db7ce8a081"><code>5ccc4d4</code></a>
Merge pull request <a
href="https://github.com/asottile/cfgv/issues/156">#156</a>
from asottile/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/asottile/cfgv/commit/2e7ffe560a5de38906821304378fe26ceb7a536c"><code>2e7ffe5</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/asottile/cfgv/commit/ef7849933897d28727e453646a5a632202724d41"><code>ef78499</code></a>
Merge pull request <a
href="https://github.com/asottile/cfgv/issues/155">#155</a>
from asottile/all-repos_autofix_all-repos-manual</li>
<li><a
href="https://github.com/asottile/cfgv/commit/b34b882bba1f683e9e3da7b3ab97e3ee1607977f"><code>b34b882</code></a>
py310+</li>
<li><a
href="https://github.com/asottile/cfgv/commit/724a279ea352c1883761e34e3f261c11be28f374"><code>724a279</code></a>
Merge pull request <a
href="https://github.com/asottile/cfgv/issues/154">#154</a>
from asottile/pre-commit-ci-update-config</li>
<li>Additional commits viewable in <a
href="https://github.com/asottile/cfgv/compare/v3.4.0...v3.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cfgv&package-manager=pip&previous-version=3.4.0&new-version=3.5.0)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2025
commit f5ed774f42131ad47d2292eaa177428e72ac512b
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
cfgv==3.4.0
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.4
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
cfgv==3.4.0
cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.4
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
cfgv==3.4.0
cfgv==3.5.0
# via pre-commit
click==8.3.1
# via slotscheck
Expand Down