8000 build(deps): bump absl-py from 2.1.0 to 2.2.2 in /docs (#2751) · keith/rules_python@8bda670 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bda670

Browse files
build(deps): bump absl-py from 2.1.0 to 2.2.2 in /docs (bazel-contrib#2751)
Bumps [absl-py](https://github.com/abseil/abseil-py) from 2.1.0 to 2.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/abseil/abseil-py/releases">absl-py's releases</a>.</em></p> <blockquote> <h2>v2.2.2</h2> <h3>Added</h3> <ul> <li>(testing) Added a new method <code>absltest.TestCase.assertMappingEqual</code> that tests equality of Mapping objects not requiring them to be dicts. Similar to <code>assertSequenceEqual</code> but for mappings.</li> <li>(testing) Added a new method <code>absltest.assertDictContainsSubset</code> that checks that a dictionary contains a subset of keys and values. Similar to a removed method <code>unittest.assertDictContainsSubset</code> (existed until Python 3.11).</li> <li>Added type annotations that are compliant with MyPy.</li> </ul> <h3>Changed</h3> <ul> <li>Removed support for Python 3.7.</li> </ul> <h3>Fixed</h3> <ul> <li>(testing) Fixed an issue where the test reporter crashes with exceptions with no string representation, starting with Python 3.11.</li> </ul> <p>(The change log also includes changes in <code>2.2.0</code> and <code>2.2.1</code>.)</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/abseil/abseil-py/blob/main/CHANGELOG.md">absl-py's changelog</a>.</em></p> <blockquote> <h1>Python Absl Changelog</h1> <p>All notable changes to Python Absl are recorded here.</p> <p>The format is based on <a href="https://keepachangelog.com">Keep a Changelog</a>.</p> <h2>Unreleased</h2> <p>Nothing notable unreleased.</p> <ul> <li> <p>(testing) Added a new method <code>absltest.TestCase.assertMappingEqual</code> that tests equality of Mapping objects not requiring them to be dicts. Similar to <code>assertSequenceEqual</code> but for mappings.</p> </li> <li> <p>(testing) Added a new method <code>absltest.assertDictContainsSubset</code> that checks that a dictionary contains a subset of keys and values. Similar to a removed method <code>unittest.assertDictContainsSubset</code> (existed until Python 3.11).</p> </li> </ul> <h3>Fixed</h3> <ul> <li>(testing) Fixed an issue where the test reporter crashes with exceptions with no string representation, starting with Python 3.11.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/abseil/abseil-py/commit/4de3812ffaef8639b45ae36d2ecc0f3da4dfdbbf"><code>4de3812</code></a> Fixing a typo in hex regex in logging_functional_test.py</li> <li><a href="https://github.com/abseil/abseil-py/commit/e889843ecc8760cec72f378340773cf7571655e7"><code>e889843</code></a> Exclude files and bump version to 2.2.2</li> <li><a href="https://github.com/abseil/abseil-py/commit/d45bb4b25aaa498e30ea005623f1b420aa27a083"><code>d45bb4b</code></a> Bump absl-py version to 2.2.1 to prepare for a release</li> <li><a href="https://github.com/abseil/abseil-py/commit/014aa0aa3e217cf8775485935bef6040b044e440"><code>014aa0a</code></a> Fixing the behavior of assertDictAlmostEqual</li> <li><a href="https://github.com/abseil/abseil-py/commit/57ea862a0bf5bec0597d510644117c4a98b83afa"><code>57ea862</code></a> Bump absl-py version to 2.2 to prepare for a release</li> <li><a href="https://github.com/abseil/abseil-py/commit/214f0ffce74f97ad8a635b8460820297a934c540"><code>214f0ff</code></a> Changing assertMappingEqual to support arbitrary equality function. Also addi...</li> <li><a href="https://github.com/abseil/abseil-py/commit/c98852fc3bab9e36cd9c04c2570c60e43c882bab"><code>c98852f</code></a> Avoid double negation in the error message for required flags.</li> <li><a href="https://github.com/abseil/abseil-py/commit/f1cd92d2b371f128e9b193b570b48eddb727af9d"><code>f1cd92d</code></a> Updating string substitution with modern f-string style in assertMappingEqual...</li> <li><a href="https://github.com/abseil/abseil-py/commit/f63fe8d7c787c84ff15915df40e045a33b4c4bab"><code>f63fe8d</code></a> pytype fails to build the target in Python 3.12. suppress a misleading type w...</li> <li><a href="https://github.com/abseil/abseil-py/commit/660929919ec5ffc8009a8828da379d635b53d9ee"><code>6609299</code></a> Minor improvements of assertDictContainsSubset method.</li> <li>Additional commits viewable in <a href="https://github.com/abseil/abseil-py/compare/v2.1.0...v2.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=absl-py&package-manager=pip&previous-version=2.1.0&new-version=2.2.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) --- <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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 996ae26 commit 8bda670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# bazel run //docs:requirements.update
33
--index-url https://pypi.org/simple
44

5-
absl-py==2.1.0 \
6-
--hash=sha256:526a04eadab8b4ee719ce68f204172ead1027549089702d99b9059f129ff1308 \
7-
--hash=sha256:7820790efbb316739cde8b4e19357243fc3608a152024288513dd968d7d959ff
5+
absl-py==2.2.2 \
6+
--hash=sha256:bf25b2c2eed013ca456918c453d687eab4e8309fba81ee2f4c1a6aa2494175eb \
7+
--hash=sha256:e5797bc6abe45f64fd95dc06394ca3f2bedf3b5d895e9da691c9ee3397d70092
88
# via rules-python-docs (docs/pyproject.toml)
99
alabaster==1.0.0 \
1010
--hash=sha256:c00dca57bca26fa62a6d7d0a9fcce65f3e026e9bfe33e9c538fd3fbb2144fd9e \

0 commit comments

Comments
 (0)
0