Deps: Bump the python-packages group across 1 directory with 6 updates#3
Open
dependabot[bot] wants to merge 1 commit into
Open
Deps: Bump the python-packages group across 1 directory with 6 updates#3dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-packages group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.15.16` | | [pypsrp](https://github.com/jborean93/pypsrp) | `0.9.0` | `0.9.1` | | [cryptography](https://github.com/pyca/cryptography) | `48.0.0` | `48.0.1` | | [gssapi](https://github.com/pythongssapi/python-gssapi) | `1.8.2` | `1.11.1` | | [idna](https://github.com/kjd/idna) | `3.16` | `3.18` | | [pontos](https://github.com/greenbone/pontos) | `25.8.1` | `26.5.0` | Updates `ruff` from 0.15.14 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.14...0.15.16) Updates `pypsrp` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/jborean93/pypsrp/releases) - [Changelog](https://github.com/jborean93/pypsrp/blob/master/CHANGELOG.md) - [Commits](jborean93/pypsrp@v0.9.0...v0.9.1) Updates `cryptography` from 48.0.0 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...48.0.1) Updates `gssapi` from 1.8.2 to 1.11.1 - [Release notes](https://github.com/pythongssapi/python-gssapi/releases) - [Commits](pythongssapi/python-gssapi@v1.8.2...v1.11.1) Updates `idna` from 3.16 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.16...v3.18) Updates `pontos` from 25.8.1 to 26.5.0 - [Release notes](https://github.com/greenbone/pontos/releases) - [Commits](greenbone/pontos@v25.8.1...v26.5.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pypsrp dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: gssapi dependency-version: 1.11.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: idna dependency-version: '3.18' dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pontos dependency-version: 26.5.0 dependency-type: indirect update-type: version-update:semver-major 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 6 updates in the / directory:
0.15.140.15.160.9.00.9.148.0.048.0.11.8.21.11.13.163.1825.8.126.5.0Updates
rufffrom 0.15.14 to 0.15.16Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
6c498abBump 0.15.16 (#25635)e51e132[flake8-async] Implementyield-in-context-manager-in-async-generator(`AS...7c6dcd9[ty] Add caching for pattern match narrowing (#25613)27058fc[ty] Compact retained definition and expression identities (#25606)bf80d05Fix CODEOWNERS syntax (#25622)10ccd51Shrink additional parser AST collections (#25465)0d7135f[ty] Upgrade Salsa (#25545)49493a3[ty] Show type alias value on hover (#25381)85207d3[ty] sys.implementation.version is not sys.version_info (#25608)a8a0614[ty] Avoid retaining duplicate function signatures (#25609)Updates
pypsrpfrom 0.9.0 to 0.9.1Release notes
Sourced from pypsrp's releases.
Changelog
Sourced from pypsrp's changelog.
Commits
42a34edPrepare for v0.9.1 release (#221)1196541Fix RecursionError caused by mutating shared pool_classes_by_scheme dict (#220)Updates
cryptographyfrom 48.0.0 to 48.0.1Changelog
Sourced from cryptography's changelog.
Commits
de987ce48.0.1 version bump and changelog (#14996)Updates
gssapifrom 1.8.2 to 1.11.1Release notes
Sourced from gssapi's releases.
Commits
5acb5b1Fix up classifier from typo02a1dbeFix up flake issue28ae966Add Free-Threading and Limited API/Stable ABI55df351Fix license file release0adf37cUse the SPDX license name in setup.py as required by PEP-63935cbd27Add long_description_content_type to setupd792186Update Python requirements and pin Cython6cd2011remove deprecated license classifier52bd8e9Fix type annotation for gssapi.creds.Credentials name property. Add test checks.fc7326eUpdate macOS build versionsUpdates
idnafrom 3.16 to 3.18Changelog
Sourced from idna's changelog.
Commits
f39ea90Release 3.1840f4e40Pre-release 3.18rc01a5bf80Merge pull request #253 from kjd/lenient-decode5bbb26fMerge branch 'master' into lenient-decodec532baeRename decode() lenient= option to display= (issue #248)0b1758bMerge pull request #252 from kjd/release-3.17f48619cRelease 3.177421ba8Pre-release 3.17rc022ebb73Merge pull request #251 from kjd/structure-optimizations2a7ac0aDrop redundant parallel-arrays comment from uts46dataUpdates
pontosfrom 25.8.1 to 26.5.0Release notes
Sourced from pontos's releases.
... (truncated)
Commits
a380de6Automatic release to 26.5.012b9dd2Change: Rename "Status Change" to "CVE Status Change"fd0a178Deps: Bump urllib3 from 2.6.3 to 2.7.000adf54Update: Greenbone license headera793376Automatic adjustments after release [skip ci]7e3dffbAutomatic release to 26.4.3f2f0401Add: CVE Change event name "Data Remediation" (#1214)a81ba03Automatic adjustments after release [skip ci]46c3185Automatic release to 26.4.231d0465Use snake_case for release-version output variablesDependabot 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 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