Skip to content

Commit 65ac69a

Browse files
Bump six from 1.16.0 to 1.17.0 (#10204)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3ca8b1 commit 65ac69a

File tree

4 files changed

+29
-61
lines changed

4 files changed

+29
-61
lines changed

requirements/constraints.txt

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ alabaster==1.0.0
1818
# via sphinx
1919
annotated-types==0.7.0
2020
# via pydantic
21-
apipkg==1.5
22-
# via execnet
2321
async-timeout==4.0.3 ; python_version < "3.11"
2422
# via
2523
# -r requirements/runtime-deps.in
@@ -69,12 +67,12 @@ docutils==0.20.1
6967
# via sphinx
7068
exceptiongroup==1.2.2
7169
# via pytest
70+
execnet==2.1.1
71+
# via pytest-xdist
7272
filelock==3.16.1
7373
# via
7474
# pytest-codspeed
7575
# virtualenv
76-
execnet==2.1.1
77-
# via pytest-xdist
7876
freezegun==1.5.1
7977
# via
8078
# -r requirements/lint.in
@@ -96,12 +94,6 @@ idna==3.3
9694
# yarl
9795
imagesize==1.4.1
9896
# via sphinx
99-
importlib-metadata==8.5.0
100-
# via
101-
# build
102-
# sphinx
103-
importlib-resources==6.4.5
104-
# via towncrier
10597
incremental==24.7.2
10698
# via towncrier
10799
iniconfig==2.0.0
@@ -148,11 +140,7 @@ propcache==0.2.0
148140
# -r requirements/runtime-deps.in
149141
# yarl
150142
proxy-py==2.4.9
151-
# via
152-
# -r requirements/lint.in
153-
# -r requirements/test.in
154-
py==1.11.0
155-
# via pytest
143+
# via -r requirements/test.in
156144
pycares==4.4.0
157145
# via aiodns
158146
pycparser==2.22
@@ -190,29 +178,17 @@ pytest-codspeed==3.0.0
190178
pytest-cov==5.0.0
191179
# via -r requirements/test.in
192180
pytest-mock==3.14.0
193-
# via -r requirements/test.in
194-
pytest-xdist==3.6.1
195-
# via -r requirements/test.txt
196-
python-dateutil==2.8.2
197-
# via freezegun
198-
python-on-whales==0.71.0
199181
# via
200182
# -r requirements/lint.in
201183
# -r requirements/test.in
202-
pytest-cov==5.0.0
184+
pytest-xdist==3.6.1
203185
# via -r requirements/test.in
204-
pytest-mock==3.14.0
205-
# via
206-
# -r requirements/lint.in
207-
# -r requirements/test.in
208186
python-dateutil==2.9.0.post0
209187
# via freezegun
210188
python-on-whales==0.73.0
211189
# via
212190
# -r requirements/lint.in
213191
# -r requirements/test.in
214-
pytz==2024.2
215-
# via babel
216192
pyyaml==6.0.2
217193
# via pre-commit
218194
re-assert==1.1.0
@@ -225,12 +201,14 @@ requests==2.32.3
225201
# python-on-whales
226202
# sphinx
227203
rich==13.9.3
228-
# via typer
204+
# via
205+
# pytest-codspeed
206+
# typer
229207
setuptools-git==1.2
230208
# via -r requirements/test.in
231209
shellingham==1.5.4
232210
# via typer
233-
six==1.16.0
211+
six==1.17.0
234212
# via python-dateutil
235213
slotscheck==0.19.1
236214
# via -r requirements/lint.in
@@ -267,6 +245,7 @@ tomli==2.0.2
267245
# pip-tools
268246
# pytest
269247
# slotscheck
248+
# sphinx
270249
# towncrier
271250
towncrier==23.11.0
272251
# via
@@ -282,7 +261,6 @@ typer==0.12.5
282261
# via python-on-whales
283262
typing-extensions==4.12.2
284263
# via
285-
# annotated-types
286264
# multidict
287265
# mypy
288266
# pydantic
@@ -308,10 +286,6 @@ wheel==0.44.0
308286
# via pip-tools
309287
yarl==1.18.3
310288
# via -r requirements/runtime-deps.in
311-
zipp==3.20.2
312-
# via
313-
# importlib-metadata
314-
# importlib-resources
315289

316290
# The following packages are considered to be unsafe in a requirements file:
317291
pip==24.3.1

requirements/dev.txt

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ docutils==0.20.1
6565
# via sphinx
6666
exceptiongroup==1.2.2
6767
# via pytest
68+
execnet==2.1.1
69+
# via pytest-xdist
6870
filelock==3.16.1
6971
# via
7072
# pytest-codspeed
@@ -90,12 +92,6 @@ idna==3.4
9092
# yarl
9193
imagesize==1.4.1
9294
# via sphinx
93-
importlib-metadata==8.5.0
94-
# via
95-
# build
96-
# sphinx
97-
importlib-resources==6.4.5
98-
# via towncrier
9995
incremental==24.7.2
10096
# via towncrier
10197
iniconfig==2.0.0
@@ -169,6 +165,7 @@ pytest==8.3.3
169165
# pytest-codspeed
170166
# pytest-cov
171167
# pytest-mock
168+
# pytest-xdist
172169
pytest-codspeed==3.0.0
173170
# via
174171
# -r requirements/lint.in
@@ -179,14 +176,14 @@ pytest-mock==3.14.0
179176
# via
180177
# -r requirements/lint.in
181178
# -r requirements/test.in
179+
pytest-xdist==3.6.1
180+
# via -r requirements/test.in
182181
python-dateutil==2.9.0.post0
183182
# via freezegun
184183
python-on-whales==0.73.0
185184
# via
186185
# -r requirements/lint.in
187186
# -r requirements/test.in
188-
pytz==2024.2
189-
# via babel
190187
pyyaml==6.0.2
191188
# via pre-commit
192189
re-assert==1.1.0
@@ -199,12 +196,14 @@ requests==2.32.3
199196
# python-on-whales
200197
# sphinx
201198
rich==13.9.3
202-
# via typer
199+
# via
200+
# pytest-codspeed
201+
# typer
203202
setuptools-git==1.2
204203
# via -r requirements/test.in
205204
shellingham==1.5.4
206205
# via typer
207-
six==1.16.0
206+
six==1.17.0
208207
# via python-dateutil
209208
slotscheck==0.19.1
210209
# via -r requirements/lint.in
@@ -238,6 +237,7 @@ tomli==2.0.2
238237
# pip-tools
239238
# pytest
240239
# slotscheck
240+
# sphinx
241241
# towncrier
242242
towncrier==23.11.0
243243
# via
@@ -253,7 +253,6 @@ typer==0.12.5
253253
# via python-on-whales
254254
typing-extensions==4.12.2
255255
# via
256-
# annotated-types
257256
# multidict
258257
# mypy
259258
# pydantic
@@ -279,10 +278,6 @@ wheel==0.44.0
279278
# via pip-tools
280279
yarl==1.18.3
281280
# via -r requirements/runtime-deps.in
282-
zipp==3.20.2
283-
# via
284-
# importlib-metadata
285-
# importlib-resources
286281

287282
# The following packages are considered to be unsafe in a requirements file:
288283
pip==24.3.1

requirements/lint.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@ pyyaml==6.0.2
9191
requests==2.32.3
9292
# via python-on-whales
9393
rich==13.9.3
94-
# via typer
94+
# via
95+
# pytest-codspeed
96+
# typer
9597
shellingham==1.5.4
9698
# via typer
97-
six==1.16.0
99+
six==1.17.0
98100
# via python-dateutil
99101
slotscheck==0.19.1
100102
# via -r requirements/lint.in
@@ -111,7 +113,6 @@ typer==0.12.5
111113
# via python-on-whales
112114
typing-extensions==4.12.2
113115
# via
114-
# annotated-types
115116
# mypy
116117
# pydantic
117118
# pydantic-core

requirements/test.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ propcache==0.2.0
8282
# yarl
8383
proxy-py==2.4.9
8484
# via -r requirements/test.in
85-
py==1.11.0
86-
# via pytest
8785
pycares==4.4.0
8886
# via aiodns
8987
pycparser==2.22
@@ -100,10 +98,9 @@ pytest==8.3.3
10098
# pytest-codspeed
10199
# pytest-cov
102100
# pytest-mock
103-
pytest-codspeed==3.0.0
104-
# via
105-
# -r requirements/test.in
106101
# pytest-xdist
102+
pytest-codspeed==3.0.0
103+
# via -r requirements/test.in
107104
pytest-cov==5.0.0
108105
# via -r requirements/test.in
109106
pytest-mock==3.14.0
@@ -121,12 +118,14 @@ regex==2024.9.11
121118
requests==2.32.3
122119
# via python-on-whales
123120
rich==13.9.3
124-
# via typer
121+
# via
122+
# pytest-codspeed
123+
# typer
125124
setuptools-git==1.2
126125
# via -r requirements/test.in
127126
shellingham==1.5.4
128127
# via typer
129-
six==1.16.0
128+
six==1.17.0
130129
# via python-dateutil
131130
tomli==2.0.2
132131
# via
@@ -141,7 +140,6 @@ typer==0.12.5
141140
# via python-on-whales
142141
typing-extensions==4.12.2
143142
# via
144-
# annotated-types
145143
# multidict
146144
# mypy
147145
# pydantic

0 commit comments

Comments
 (0)