chore(deps): bump the python-packages group across 1 directory with 7 updates#301
Merged
Merged
Conversation
… updates Bumps the python-packages group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [autopep8](https://github.com/hhatto/autopep8) | `2.1.1` | `2.2.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.2.0` | `10.3.0` | | [packaging](https://github.com/pypa/packaging) | `24.0` | `24.1` | | [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.10.0` | `1.11.1` | | [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.3` | | [zipp](https://github.com/jaraco/zipp) | `3.18.2` | `3.19.2` | Updates `autopep8` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](hhatto/autopep8@v2.1.1...v2.2.0) Updates `certifi` from 2024.2.2 to 2024.6.2 - [Commits](certifi/python-certifi@2024.02.02...2024.06.02) Updates `more-itertools` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](more-itertools/more-itertools@v10.2.0...v10.3.0) Updates `packaging` from 24.0 to 24.1 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.0...24.1) Updates `pkginfo` from 1.10.0 to 1.11.1 Updates `requests` from 2.32.2 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.2...v2.32.3) Updates `zipp` from 3.18.2 to 3.19.2 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.18.2...v3.19.2) --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: more-itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pkginfo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: zipp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 7 updates in the / directory:
2.1.12.2.02024.2.22024.6.210.2.010.3.024.024.11.10.01.11.12.32.22.32.33.18.23.19.2Updates
autopep8from 2.1.1 to 2.2.0Release notes
Sourced from autopep8's releases.
Commits
d5bbdbcversion 2.2.0dc9656fMerge pull request #750 from hhatto/skip-e501-fstringb4c586dskip e501 fixed method for f-string line(s)6878c96Merge pull request #749 from hhatto/experimental-option-is-deprecated7253375strict lintf516b29use custom warning format53a993eexperimental option is deprecated83e29b6Merge pull request #748 from hhatto/fix-issue688765402afix: check just before fixed-method91b15c5fix: skip if fixed-method result to another resultUpdates
certififrom 2024.2.2 to 2024.6.2Commits
124f4ad2024.06.02 (#291)c2196ce--- (#290)fefdeecBump actions/checkout from 4.1.4 to 4.1.5 (#289)3c5fb15Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286)4a9569aBump actions/checkout from 4.1.2 to 4.1.4 (#287)1fc8086Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288)ad52dceBump peter-evans/create-pull-request from 6.0.3 to 6.0.4 (#283)651904fBump actions/upload-artifact from 4.3.1 to 4.3.3 (#284)84fcfbaBump actions/download-artifact from 4.1.4 to 4.1.6 (#285)46b8057Bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 (#282)Updates
more-itertoolsfrom 10.2.0 to 10.3.0Release notes
Sourced from more-itertools's releases.
Commits
7e46c39Merge pull request #851 from more-itertools/version-10.3.094e4f88Remove trailing comma9c5dbb5Bring in unique()932859dMerge remote-tracking branch 'origin/add-unique-recipe' into version-10.3.0b78815eAdd README updates8ec0620Docs for 10.3.00b76d6cBump version: 10.2.0 → 10.3.09e10fa4Add unique()6944752Merge pull request #847 from more-itertools/issue-843-dftacdbb80Use fsum, Wikipedia link, and cmath.iscloseUpdates
packagingfrom 24.0 to 24.1Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
85442b8Bump for release3e67fc7Work aroundplatform.python_version()returning non PEP 440 compliant versi...32deafeBump the github-actions group with 3 updates (#789)e0dda88Documentmarkers.default_environment()(#753)cc938f9Modernise type annotations using FA rules from ruff (#785)757f559Fix typo in_parserdocstring (#784)ec9f203Bump the github-actions group with 4 updates (#782)5cbe1e4Add support for Python 3.13 and drop EOL 3.7 (#783)cb8fd38pyupgrade/black/isort/flake8 → ruff (#769)e8002b1Bump for developmentUpdates
pkginfofrom 1.10.0 to 1.11.1Updates
requestsfrom 2.32.2 to 2.32.3Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
0e322afv2.32.3e188799Don't create default SSLContext if ssl module isn't present (#6724)145b539Merge pull request #6716 from sigmavirus24/bug/6715b1d73ddDon't use default SSLContext with custom poolmanager kwargs6badbacUpdate HISTORY.mda62a2d3Allow for overriding of specific pool key paramsUpdates
zippfrom 3.18.2 to 3.19.2Changelog
Sourced from zipp's changelog.
Commits
c6a3339Move Python compatibility concerns to the appropriate modules.c24fc57Finalize294a462Ignore coverage misses in tests.compat.py39aab60f4🧎♀️ Genuflect to the types.59f852aCorrect typo (incorrect letter used) when expacting alpharep root.2a7a5bcAdd test capturing expectation that a Path is a Traversable.7d2b55bUpdate docstring to reference Traversable.6d1cb72Finalizefd604bdMerge pull request #120 from jaraco/bugfix/119-malformed-pathsc18417eAdd news fragment.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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions