Skip to content

Commit 252a067

Browse files
Update dependency six to v1.17.0 (#293)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [six](https://redirect.github.com/benjaminp/six) | `==1.16.0` -> `==1.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/six/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/six/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/six/1.16.0/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/six/1.16.0/1.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>benjaminp/six (six)</summary> ### [`v1.17.0`](https://redirect.github.com/benjaminp/six/blob/HEAD/CHANGES#1170) [Compare Source](https://redirect.github.com/benjaminp/six/compare/1.16.0...1.17.0) - Pull request [#&#8203;388](https://redirect.github.com/benjaminp/six/issues/388): Remove `URLopener` and `FancyURLopener` classes from `urllib.request` when running on Python 3.14 or greater. - Pull request [#&#8203;365](https://redirect.github.com/benjaminp/six/issues/365), issue [#&#8203;283](https://redirect.github.com/benjaminp/six/issues/283): `six.moves.UserDict` now points to `UserDict.IterableUserDict` instead of `UserDict.UserDict` on Python 2. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents daaeea6 + 90afd97 commit 252a067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PyJWT==2.10.1
1313
PyNaCl==1.5.0
1414
python-dateutil==2.9.0.post0
1515
requests==2.32.3
16-
six==1.16.0
16+
six==1.17.0
1717
smmap==5.0.1
1818
typing_extensions==4.12.2
1919
urllib3==2.2.1

0 commit comments

Comments
 (0)