Skip to content

Commit

Permalink
Bump six from 1.16.0 to 1.17.0 (#10204)
Browse files Browse the repository at this point in the history
Bumps [six](https://github.com/benjaminp/six) from 1.16.0 to 1.17.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/benjaminp/six/blob/main/CHANGES">six's
changelog</a>.</em></p>
<blockquote>
<h2>1.17.0</h2>
<ul>
<li>
<p>Pull request <a
href="https://redirect.github.com/benjaminp/six/issues/388">#388</a>:
Remove <code>URLopener</code> and <code>FancyURLopener</code> classes
from
<code>urllib.request</code> when running on Python 3.14 or greater.</p>
</li>
<li>
<p>Pull request <a
href="https://redirect.github.com/benjaminp/six/issues/365">#365</a>,
issue <a
href="https://redirect.github.com/benjaminp/six/issues/283">#283</a>:
<code>six.moves.UserDict</code> now points to
<code>UserDict.IterableUserDict</code> instead of
<code>UserDict.UserDict</code> on Python 2.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/benjaminp/six/commit/ebd9b3af90247b8858d415a05e96e9ee61e48d07"><code>ebd9b3a</code></a>
six 1.17.0</li>
<li><a
href="https://github.com/benjaminp/six/commit/40d248e516ae9bb32221a417de49a3d2fd9e39c1"><code>40d248e</code></a>
Expunge travis.</li>
<li><a
href="https://github.com/benjaminp/six/commit/dd7940e4b8760c620e61dd0e99ec0e60ee759fc8"><code>dd7940e</code></a>
Add PyPI publication workflow. (<a
href="https://redirect.github.com/benjaminp/six/issues/390">#390</a>)</li>
<li><a
href="https://github.com/benjaminp/six/commit/8cb688f32f24b6ebe94938b15e92ec5c75dd8f12"><code>8cb688f</code></a>
Update copyright years.</li>
<li><a
href="https://github.com/benjaminp/six/commit/86f89c5da1488463a00bd090c8f9e29aeabf6a10"><code>86f89c5</code></a>
Add a GitHub actions CI workflow. (<a
href="https://redirect.github.com/benjaminp/six/issues/389">#389</a>)</li>
<li><a
href="https://github.com/benjaminp/six/commit/06430b9fc66e3912bea2c0a2d13b22d7054a9ac7"><code>06430b9</code></a>
Make test_getoutput work on Windows.</li>
<li><a
href="https://github.com/benjaminp/six/commit/ceddaf2d0a45cf3a19ce0ac63a24ca4ffc76ba7c"><code>ceddaf2</code></a>
Add a changelog for <a
href="https://redirect.github.com/benjaminp/six/issues/314">#314</a>.</li>
<li><a
href="https://github.com/benjaminp/six/commit/9a05aab157c79647aa11c49f31a6bff5b18404a5"><code>9a05aab</code></a>
Python 3.14 removed the URLopener and FancyURLopener classes from
urllib.req...</li>
<li><a
href="https://github.com/benjaminp/six/commit/c1b416f24de52ebd8eaed3e379ab85ec9c3e935b"><code>c1b416f</code></a>
Fix deprecation warning from setuptools (<a
href="https://redirect.github.com/benjaminp/six/issues/382">#382</a>)</li>
<li><a
href="https://github.com/benjaminp/six/commit/02c3bcab0b94eb7a86f6606bc8b02e3ee0a72860"><code>02c3bca</code></a>
tkinter.tix was removed from Python 3.13, skip the test (<a
href="https://redirect.github.com/benjaminp/six/issues/377">#377</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/benjaminp/six/compare/1.16.0...1.17.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=six&package-manager=pip&previous-version=1.16.0&new-version=1.17.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent d3ca8b1 commit 65ac69a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 61 deletions.
44 changes: 9 additions & 35 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ alabaster==1.0.0
# via sphinx
annotated-types==0.7.0
# via pydantic
apipkg==1.5
# via execnet
async-timeout==4.0.3 ; python_version < "3.11"
# via
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -69,12 +67,12 @@ docutils==0.20.1
# via sphinx
exceptiongroup==1.2.2
# via pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.16.1
# via
# pytest-codspeed
# virtualenv
execnet==2.1.1
# via pytest-xdist
freezegun==1.5.1
# via
# -r requirements/lint.in
Expand All @@ -96,12 +94,6 @@ idna==3.3
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via
# build
# sphinx
importlib-resources==6.4.5
# via towncrier
incremental==24.7.2
# via towncrier
iniconfig==2.0.0
Expand Down Expand Up @@ -148,11 +140,7 @@ propcache==0.2.0
# -r requirements/runtime-deps.in
# yarl
proxy-py==2.4.9
# via
# -r requirements/lint.in
# -r requirements/test.in
py==1.11.0
# via pytest
# via -r requirements/test.in
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand Down Expand Up @@ -190,29 +178,17 @@ pytest-codspeed==3.0.0
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-mock==3.14.0
# via -r requirements/test.in
pytest-xdist==3.6.1
# via -r requirements/test.txt
python-dateutil==2.8.2
# via freezegun
python-on-whales==0.71.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytest-cov==5.0.0
pytest-xdist==3.6.1
# via -r requirements/test.in
pytest-mock==3.14.0
# via
# -r requirements/lint.in
# -r requirements/test.in
python-dateutil==2.9.0.post0
# via freezegun
python-on-whales==0.73.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytz==2024.2
# via babel
pyyaml==6.0.2
# via pre-commit
re-assert==1.1.0
Expand All @@ -225,12 +201,14 @@ requests==2.32.3
# python-on-whales
# sphinx
rich==13.9.3
# via typer
# via
# pytest-codspeed
# typer
setuptools-git==1.2
# via -r requirements/test.in
shellingham==1.5.4
# via typer
six==1.16.0
six==1.17.0
# via python-dateutil
slotscheck==0.19.1
# via -r requirements/lint.in
Expand Down Expand Up @@ -267,6 +245,7 @@ tomli==2.0.2
# pip-tools
# pytest
# slotscheck
# sphinx
# towncrier
towncrier==23.11.0
# via
Expand All @@ -282,7 +261,6 @@ typer==0.12.5
# via python-on-whales
typing-extensions==4.12.2
# via
# annotated-types
# multidict
# mypy
# pydantic
Expand All @@ -308,10 +286,6 @@ wheel==0.44.0
# via pip-tools
yarl==1.18.3
# via -r requirements/runtime-deps.in
zipp==3.20.2
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
Expand Down
25 changes: 10 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ docutils==0.20.1
# via sphinx
exceptiongroup==1.2.2
# via pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.16.1
# via
# pytest-codspeed
Expand All @@ -90,12 +92,6 @@ idna==3.4
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via
# build
# sphinx
importlib-resources==6.4.5
# via towncrier
incremental==24.7.2
# via towncrier
iniconfig==2.0.0
Expand Down Expand Up @@ -169,6 +165,7 @@ pytest==8.3.3
# pytest-codspeed
# pytest-cov
# pytest-mock
# pytest-xdist
pytest-codspeed==3.0.0
# via
# -r requirements/lint.in
Expand All @@ -179,14 +176,14 @@ pytest-mock==3.14.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytest-xdist==3.6.1
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via freezegun
python-on-whales==0.73.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytz==2024.2
# via babel
pyyaml==6.0.2
# via pre-commit
re-assert==1.1.0
Expand All @@ -199,12 +196,14 @@ requests==2.32.3
# python-on-whales
# sphinx
rich==13.9.3
# via typer
# via
# pytest-codspeed
# typer
setuptools-git==1.2
# via -r requirements/test.in
shellingham==1.5.4
# via typer
six==1.16.0
six==1.17.0
# via python-dateutil
slotscheck==0.19.1
# via -r requirements/lint.in
Expand Down Expand Up @@ -238,6 +237,7 @@ tomli==2.0.2
# pip-tools
# pytest
# slotscheck
# sphinx
# towncrier
towncrier==23.11.0
# via
Expand All @@ -253,7 +253,6 @@ typer==0.12.5
# via python-on-whales
typing-extensions==4.12.2
# via
# annotated-types
# multidict
# mypy
# pydantic
Expand All @@ -279,10 +278,6 @@ wheel==0.44.0
# via pip-tools
yarl==1.18.3
# via -r requirements/runtime-deps.in
zipp==3.20.2
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
Expand Down
7 changes: 4 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ pyyaml==6.0.2
requests==2.32.3
# via python-on-whales
rich==13.9.3
# via typer
# via
# pytest-codspeed
# typer
shellingham==1.5.4
# via typer
six==1.16.0
six==1.17.0
# via python-dateutil
slotscheck==0.19.1
# via -r requirements/lint.in
Expand All @@ -111,7 +113,6 @@ typer==0.12.5
# via python-on-whales
typing-extensions==4.12.2
# via
# annotated-types
# mypy
# pydantic
# pydantic-core
Expand Down
14 changes: 6 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ propcache==0.2.0
# yarl
proxy-py==2.4.9
# via -r requirements/test.in
py==1.11.0
# via pytest
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand All @@ -100,10 +98,9 @@ pytest==8.3.3
# pytest-codspeed
# pytest-cov
# pytest-mock
pytest-codspeed==3.0.0
# via
# -r requirements/test.in
# pytest-xdist
pytest-codspeed==3.0.0
# via -r requirements/test.in
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-mock==3.14.0
Expand All @@ -121,12 +118,14 @@ regex==2024.9.11
requests==2.32.3
# via python-on-whales
rich==13.9.3
# via typer
# via
# pytest-codspeed
# typer
setuptools-git==1.2
# via -r requirements/test.in
shellingham==1.5.4
# via typer
six==1.16.0
six==1.17.0
# via python-dateutil
tomli==2.0.2
# via
Expand All @@ -141,7 +140,6 @@ typer==0.12.5
# via python-on-whales
typing-extensions==4.12.2
# via
# annotated-types
# multidict
# mypy
# pydantic
Expand Down

0 comments on commit 65ac69a

Please sign in to comment.