Bump the python group with 7 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 2 months ago)
(about 2 months ago)
dependencies python
Bumps the python group with 7 updates:
| Package | From | To |
|---|---|---|
| cryptography | 45.0.6 |
45.0.7 |
| pygithub | 2.7.0 |
2.8.1 |
| rpds-py | 0.27.0 |
0.27.1 |
| typing-extensions | 4.14.1 |
4.15.0 |
| ruff | 0.12.9 |
0.12.11 |
| types-jsonschema | 4.25.0.20250809 |
4.25.1.20250822 |
| types-pyyaml | 6.0.12.20250809 |
6.0.12.20250822 |
Updates cryptography from 45.0.6 to 45.0.7
Changelog
Sourced from cryptography's changelog.
45.0.7 - 2025-09-01
* Added a function to support an upcoming ``pyOpenSSL`` release... _v45-0-6:
Commits
f52a3e1prep for a 45.0.7 release (#13378)- See full diff in compare view
Updates pygithub from 2.7.0 to 2.8.1
Release notes
Sourced from pygithub's releases.
v2.8.1
What's Changed
Bug Fixes
- Use default type if known type is not supported by
@EnricoMiin PyGithub/PyGithub#3365Full Changelog: https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
New Features
- Add self hosted runner management to Organization by
@billnapierin PyGithub/PyGithub#3203- Add support to generate release notes by
@mball-agathosin PyGithub/PyGithub#3022Improvements
- Fix connection pooling to improve connection performance by
@chriskuehlin PyGithub/PyGithub#3289- Add
Repository.get_automated_security_fixesmethod by@zstyblikin PyGithub/PyGithub#3303- Sync
Issueclass with API spec by@EnricoMiin PyGithub/PyGithub#3338- Return more union classes like
NamedUser | Organization | Enterpriseby@EnricoMiin PyGithub/PyGithub#3224- Sync
Enterpriseclass with API spec by@EnricoMiin PyGithub/PyGithub#3342- Sync
GitReleaseAssetclass with API spec by@EnricoMiin PyGithub/PyGithub#3343- Sync many class with OpenAPI spec by
@EnricoMiin PyGithub/PyGithub#3344- Point deprecation warnings to the caller code rather than inner class by
@xmo-odooin PyGithub/PyGithub#3275- Allow for repo strings in all
Teamrepo methods by@EnricoMiin PyGithub/PyGithub#3356Bug Fixes
- Fix API path of
Repository.get_git_refby@csalerno-asmlin PyGithub/PyGithub#2992- Rework redirection URL allowance check by
@EnricoMiin PyGithub/PyGithub#3329- Fix
GitRelease.name, deprecateGitRelease.titleby@EnricoMiin PyGithub/PyGithub#3346- Remove
"COMMENT"as the default event forcreate_reviewby@eddie-santosin PyGithub/PyGithub#3078- Add support for public release assets by
@aoliemanin PyGithub/PyGithub#3339- Fix GitHub breaking API change of
maintainersinOrganization.create_teamby@interifterin PyGithub/PyGithub#3291Maintenance
- Minor fix to release.yml by
@EnricoMiin PyGithub/PyGithub#3201- Reduce test replay data by
@EnricoMiin PyGithub/PyGithub#3243- Add check to OpenAPI script to check doc-string verbs by
@EnricoMiin PyGithub/PyGithub#3332- Improve apply OpenAPI schemas by
@EnricoMiin PyGithub/PyGithub#3333- Add config to OpenAPI script to ignore schemas by
@EnricoMiin PyGithub/PyGithub#3334- Add suggest and create method feature to OpenAPI script by
@EnricoMiin PyGithub/PyGithub#3318- Fix CI OpenApi apply command by
@EnricoMiin PyGithub/PyGithub#3341- Improve OpenAPI scripts by
@EnricoMiin PyGithub/PyGithub#3340- Improve OpenAPI CI by
@EnricoMiin PyGithub/PyGithub#3347- Rework test framework by
@EnricoMiin PyGithub/PyGithub#3271- Some minor fixes to OpenAPI scripts by
@EnricoMiin PyGithub/PyGithub#3350- Add manual workflow to fix auto-fixable issues by
@EnricoMiin PyGithub/PyGithub#3351- Bump actions/download-artifact from 4 to 5 by
@dependabot[bot] in PyGithub/PyGithub#3330- Use default per-page const in
PaginatedListby@sam93210in PyGithub/PyGithub#3039- Bump actions/setup-python from 4 to 5 by
@dependabot[bot] in PyGithub/PyGithub#3283- Bump actions/checkout from 3 to 5 by
@dependabot[bot] in PyGithub/PyGithub#3348- Various minor OpenAPI scripts fixes by
@EnricoMiin PyGithub/PyGithub#3353- Add union class support to OpenAPI script by
@EnricoMiin PyGithub/PyGithub#3354- Add
github_actionslabel to Maintenance section by@EnricoMiin PyGithub/PyGithub#3357- Upgrade docformatter pre-commit hook by
@EnricoMiin PyGithub/PyGithub#3359
... (truncated)
Changelog
Sourced from pygithub's changelog.
Version 2.8.1 (September 02, 2025)
Bug Fixes ^^^^^^^^^
- Use default type if known type is not supported (
[#3365](https://github.com/pygithub/pygithub/issues/3365) <https://github.com/PyGithub/PyGithub/pull/3365>) (40506415 <https://github.com/PyGithub/PyGithub/commit/40506415>)Version 2.8.0 (September 02, 2025)
New Features ^^^^^^^^^^^^
- Add self hosted runner management to Organization (
[#3203](https://github.com/pygithub/pygithub/issues/3203) <https://github.com/PyGithub/PyGithub/pull/3203>) (4ea1c4e2 <https://github.com/PyGithub/PyGithub/commit/4ea1c4e2>)- Add support to generate release notes (
[#3022](https://github.com/pygithub/pygithub/issues/3022) <https://github.com/PyGithub/PyGithub/pull/3022>) (e359b83a <https://github.com/PyGithub/PyGithub/commit/e359b83a>)Improvements ^^^^^^^^^^^^
- Fix connection pooling to improve connection performance (
[#3289](https://github.com/pygithub/pygithub/issues/3289) <https://github.com/PyGithub/PyGithub/pull/3289>_)- Add
Repository.get_automated_security_fixesmethod ([#3303](https://github.com/pygithub/pygithub/issues/3303) <https://github.com/PyGithub/PyGithub/pull/3303>) (22048d83 <https://github.com/PyGithub/PyGithub/commit/22048d83>)- Sync
Issueclass with API spec ([#3338](https://github.com/pygithub/pygithub/issues/3338) <https://github.com/PyGithub/PyGithub/pull/3338>) (62da467a <https://github.com/PyGithub/PyGithub/commit/62da467a>)- Return more union classes like
NamedUser | Organization | Enterprise([#3224](https://github.com/pygithub/pygithub/issues/3224) <https://github.com/PyGithub/PyGithub/pull/3224>) (aea64148 <https://github.com/PyGithub/PyGithub/commit/aea64148>)- Sync
Enterpriseclass with API spec ([#3342](https://github.com/pygithub/pygithub/issues/3342) <https://github.com/PyGithub/PyGithub/pull/3342>) (01bb5ab1 <https://github.com/PyGithub/PyGithub/commit/01bb5ab1>)- Sync
GitReleaseAssetclass with API spec ([#3343](https://github.com/pygithub/pygithub/issues/3343) <https://github.com/PyGithub/PyGithub/pull/3343>) (74449fed <https://github.com/PyGithub/PyGithub/commit/74449fed>)- Sync many class with OpenAPI spec (
[#3344](https://github.com/pygithub/pygithub/issues/3344) <https://github.com/PyGithub/PyGithub/pull/3344>_)- Point deprecation warnings to the caller code rather than inner class (
[#3275](https://github.com/pygithub/pygithub/issues/3275) <https://github.com/PyGithub/PyGithub/pull/3275>) (99bb5270 <https://github.com/PyGithub/PyGithub/commit/99bb5270>)- Allow for repo strings in all
Teamrepo methods ([#3356](https://github.com/pygithub/pygithub/issues/3356) <https://github.com/PyGithub/PyGithub/pull/3356>) (3234a21f <https://github.com/PyGithub/PyGithub/commit/3234a21f>)Bug Fixes ^^^^^^^^^
- Fix API path of
Repository.get_git_ref([#2992](https://github.com/pygithub/pygithub/issues/2992) <https://github.com/PyGithub/PyGithub/pull/2992>) (a6965031 <https://github.com/PyGithub/PyGithub/commit/a6965031>)- Rework redirection URL allowance check (
[#3329](https://github.com/pygithub/pygithub/issues/3329) <https://github.com/PyGithub/PyGithub/pull/3329>) (065b1319 <https://github.com/PyGithub/PyGithub/commit/065b1319>)- Fix
GitRelease.name, deprecateGitRelease.title([#3346](https://github.com/pygithub/pygithub/issues/3346) <https://github.com/PyGithub/PyGithub/pull/3346>) (fb51957f <https://github.com/PyGithub/PyGithub/commit/fb51957f>)- Remove
"COMMENT"as the default event forcreate_review([#3078](https://github.com/pygithub/pygithub/issues/3078) <https://github.com/PyGithub/PyGithub/pull/3078>) (8494da5c <https://github.com/PyGithub/PyGithub/commit/8494da5c>)- Add support for public release assets (
[#3339](https://github.com/pygithub/pygithub/issues/3339) <https://github.com/PyGithub/PyGithub/pull/3339>) (abad296e <https://github.com/PyGithub/PyGithub/commit/abad296e>)- Fix GitHub breaking API change of
maintainersinOrganization.create_team([#3291](https://github.com/pygithub/pygithub/issues/3291) <https://github.com/PyGithub/PyGithub/pull/3291>) (17bc4df4 <https://github.com/PyGithub/PyGithub/commit/17bc4df4>)Maintenance ^^^^^^^^^^^
- Minor fix to release.yml (
[#3201](https://github.com/pygithub/pygithub/issues/3201) <https://github.com/PyGithub/PyGithub/pull/3201>) (f1fc6e7c <https://github.com/PyGithub/PyGithub/commit/f1fc6e7c>)- Reduce test replay data (
[#3243](https://github.com/pygithub/pygithub/issues/3243) <https://github.com/PyGithub/PyGithub/pull/3243>) (19426454 <https://github.com/PyGithub/PyGithub/commit/19426454>)- Add check to OpenAPI script to check doc-string verbs (
[#3332](https://github.com/pygithub/pygithub/issues/3332) <https://github.com/PyGithub/PyGithub/pull/3332>) (3efde77d <https://github.com/PyGithub/PyGithub/commit/3efde77d>)- Improve apply OpenAPI schemas (
[#3333](https://github.com/pygithub/pygithub/issues/3333) <https://github.com/PyGithub/PyGithub/pull/3333>) (ec189dd6 <https://github.com/PyGithub/PyGithub/commit/ec189dd6>)- Add config to OpenAPI script to ignore schemas (
[#3334](https://github.com/pygithub/pygithub/issues/3334) <https://github.com/PyGithub/PyGithub/pull/3334>) (0478d33b <https://github.com/PyGithub/PyGithub/commit/0478d33b>)- Add suggest and create method feature to OpenAPI script (
[#3318](https://github.com/pygithub/pygithub/issues/3318) <https://github.com/PyGithub/PyGithub/pull/3318>_)- Fix CI OpenApi apply command (
[#3341](https://github.com/pygithub/pygithub/issues/3341) <https://github.com/PyGithub/PyGithub/pull/3341>) (cdc10a27 <https://github.com/PyGithub/PyGithub/commit/cdc10a27>)- Improve OpenAPI scripts (
[#3340](https://github.com/pygithub/pygithub/issues/3340) <https://github.com/PyGithub/PyGithub/pull/3340>) (ad278c5f <https://github.com/PyGithub/PyGithub/commit/ad278c5f>)- Improve OpenAPI CI (
[#3347](https://github.com/pygithub/pygithub/issues/3347) <https://github.com/PyGithub/PyGithub/pull/3347>) (8165bbc9 <https://github.com/PyGithub/PyGithub/commit/8165bbc9>)- Rework test framework (
[#3271](https://github.com/pygithub/pygithub/issues/3271) <https://github.com/PyGithub/PyGithub/pull/3271>) (1b700187 <https://github.com/PyGithub/PyGithub/commit/1b700187>)- Some minor fixes to OpenAPI scripts (
[#3350](https://github.com/pygithub/pygithub/issues/3350) <https://github.com/PyGithub/PyGithub/pull/3350>) (a813a945 <https://github.com/PyGithub/PyGithub/commit/a813a945>)- Add manual workflow to fix auto-fixable issues (
[#3351](https://github.com/pygithub/pygithub/issues/3351) <https://github.com/PyGithub/PyGithub/pull/3351>) (0e6317d9 <https://github.com/PyGithub/PyGithub/commit/0e6317d9>)
... (truncated)
Commits
ecd4764Update changelog4050641Use default type if known type is not supported (#3365)18eeb26Release 2.8.0 (#3360)17bc4dfFix GitHub breaking API change ofmaintainersinOrganization.create_team...6f0d6efUpdate docs on development (#3352)12d8d10Add warning about Checks API in doc-strings (#3229)6ec3ca2Upgrade docformatter pre-commit hook (#3359)9612e61Revertget_enterprisebreaking change (#3358)0c31f84Addgithub_actionslabel to Maintenance section (#3357)3234a21Allow for repo strings in allTeamrepo methods (#3356)- Additional commits viewable in compare view
Updates rpds-py from 0.27.0 to 0.27.1
Release notes
Sourced from rpds-py's releases.
v0.27.1
What's Changed
- Include attestations in published artifacts by
@EpicWinkin crate-py/rpds#160New Contributors
@EpicWinkmade their first contribution in crate-py/rpds#160Full Changelog: https://github.com/crate-py/rpds/compare/v0.27.0...v0.27.1
Commits
7ecc7a5Merge pull request #165 from EpicWink/pypi-publish-subdirab51ff3Download packages to subdirectory in PyPI publish CI jobd1fd8acMerge pull request #162 from crate-py/dependabot/github_actions/astral-sh/set...cfb1867Merge pull request #163 from crate-py/dependabot/github_actions/github/codeql...c29352fMerge pull request #161 from EpicWink/pypi-publish-fix-dir21da625Bump github/codeql-action from 3.29.10 to 3.29.1179cbefaBump astral-sh/setup-uv from 6.5.0 to 6.6.0c32f229Specify packages directory for PyPI publish action09865d3Tag a release.16a674dMerge branch 'pypi-publish-action'- Additional commits viewable in compare view
Updates typing-extensions from 4.14.1 to 4.15.0
Release notes
Sourced from typing-extensions's releases.
4.15.0
No user-facing changes since 4.15.0rc1.
New features since 4.14.1:
- Add the
@typing_extensions.disjoint_basedecorator, as specified in PEP 800. Patch by Jelle Zijlstra.- Add
typing_extensions.type_repr, a backport ofannotationlib.type_repr, introduced in Python 3.14 (CPython PR #124551, originally by Jelle Zijlstra). Patch by Semyon Moroz.- Fix behavior of type params in
typing_extensions.evaluate_forward_ref. Backport of CPython PR #137227 by Jelle Zijlstra.4.15.0rc1
- Add the
@typing_extensions.disjoint_basedecorator, as specified in PEP 800. Patch by Jelle Zijlstra.- Add
typing_extensions.type_repr, a backport ofannotationlib.type_repr, introduced in Python 3.14 (CPython PR #124551, originally by Jelle Zijlstra). Patch by Semyon Moroz.- Fix behavior of type params in
typing_extensions.evaluate_forward_ref. Backport of CPython PR #137227 by Jelle Zijlstra.
Changelog
Sourced from typing-extensions's changelog.
Release 4.15.0 (August 25, 2025)
No user-facing changes since 4.15.0rc1.
Release 4.15.0rc1 (August 18, 2025)
- Add the
@typing_extensions.disjoint_basedecorator, as specified in PEP 800. Patch by Jelle Zijlstra.- Add
typing_extensions.type_repr, a backport ofannotationlib.type_repr, introduced in Python 3.14 (CPython PR #124551, originally by Jelle Zijlstra). Patch by Semyon Moroz.- Fix behavior of type params in
typing_extensions.evaluate_forward_ref. Backport of CPython PR #137227 by Jelle Zijlstra.
Commits
9d1637ePrepare release 4.15.0 (#658)4bd67c5Coverage: exclude some noise (#656)e589a26Coverage: add detailed report to job summary (#655)67d37feCoverage: Implement fail_under (#654)e9ae26fDon't delete previous coverage comment (#653)ac80bb7Add Coverage workflow (#623)abaaafdPrepare release 4.15.0rc1 (#650)9810405Add@disjoint_base(PEP 800) (#634)7ee9e05Backport type_params fix from CPython (#646)1e8eb9cDo not refer to PEP 705 as being experimental (#648)- Additional commits viewable in compare view
Updates ruff from 0.12.9 to 0.12.11
Release notes
Sourced from ruff's releases.
0.12.11
Release Notes
Preview features
- [
airflow] ExtendAIR311andAIR312rules (#20082)- [
airflow] Replace wrong pathairflow.io.storagewithairflow.io.store(AIR311) (#20081)- [
flake8-async] Implementblocking-http-call-httpx-in-async-function(ASYNC212) (#20091)- [
flake8-logging-format] Add auto-fix for f-string logging calls (G004) (#19303)- [
flake8-use-pathlib] Add autofix forPTH211(#20009)- [
flake8-use-pathlib] MakePTH100fix unsafe because it can change behavior (#20100)Bug fixes
- [
pyflakes,pylint] Fix false positives caused by__class__cell handling (F841,PLE0117) (#20048)- [
pyflakes] Fixallowed-unused-importsmatching for top-level modules (F401) (#20115)- [
ruff] Fix false positive for t-strings indefault-factory-kwarg(RUF026) (#20032)- [
ruff] Preserve relative whitespace in multi-line expressions (RUF033) (#19647)Rule changes
- [
ruff] Handle empty t-strings inunnecessary-empty-iterable-within-deque-call(RUF037) (#20045)Documentation
- Fix incorrect
D413links in docstrings convention FAQ (#20089)- [
flake8-use-pathlib] Update links to the table showing the correspondence betweenosandpathlib(#20103)Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.12.11
Preview features
- [
airflow] ExtendAIR311andAIR312rules (#20082)- [
airflow] Replace wrong pathairflow.io.storagewithairflow.io.store(AIR311) (#20081)- [
flake8-async] Implementblocking-http-call-httpx-in-async-function(ASYNC212) (#20091)- [
flake8-logging-format] Add auto-fix for f-string logging calls (G004) (#19303)- [
flake8-use-pathlib] Add autofix forPTH211(#20009)- [
flake8-use-pathlib] MakePTH100fix unsafe because it can change behavior (#20100)Bug fixes
- [
pyflakes,pylint] Fix false positives caused by__class__cell handling (F841,PLE0117) (#20048)- [
pyflakes] Fixallowed-unused-importsmatching for top-level modules (F401) (#20115)- [
ruff] Fix false positive for t-strings indefault-factory-kwarg(RUF026) (#20032)- [
ruff] Preserve relative whitespace in multi-line expressions (RUF033) (#19647)Rule changes
- [
ruff] Handle empty t-strings inunnecessary-empty-iterable-within-deque-call(RUF037) (#20045)Documentation
- Fix incorrect
D413links in docstrings convention FAQ (#20089)- [
flake8-use-pathlib] Update links to the table showing the correspondence betweenosandpathlib(#20103)0.12.10
Preview features
- [
flake8-simplify] Implement fix formaxsplitwithout separator (SIM905) (#19851)- [
flake8-use-pathlib] Add fixes forPTH102andPTH103(#19514)Bug fixes
- [
isort] Handle multiple continuation lines after module docstring (I002) (#19818)- [
pyupgrade] Avoid reporting__future__features as unnecessary when they are used (UP010) (#19769)- [
pyupgrade] Handle nestedOptionals (UP045) (#19770)Rule changes
- [
pycodestyle] MakeE731fix unsafe instead of display-only for class assignments (#19700)- [
pyflakes] Add secondary annotation showing previous definition (F811) (#19900)Documentation
- Fix description of global config file discovery strategy (#19188)
- Update outdated links to https://typing.python.org/en/latest/source/stubs.html (#19992)
- [
flake8-annotations] Remove unused import in example (ANN401) (#20000)
Commits
c2bc15bBump 0.12.11 (#20136)e586f6d[ty] Benchmarks for problematic implicit instance attributes cases (#20133)76a6b7e[pyflakes] Fixallowed-unused-importsmatching for top-level modules (`F4...1ce6571Move GitLab output rendering toruff_db(#20117)d9aaacd[ty] Evaluate reachability of non-definitely-bound to Ambiguous (#19579)18eaa65[ty] Introduce a representation for the top/bottom materialization of an inva...af259fa[flake8-async] Implementblocking-http-call-httpx(ASYNC212) (#20091)d75ef38[ty] print diagnostics with fully qualified name to disambiguate some cases (...89ca493[ruff] Preserve relative whitespace in multi-line expressions (RUF033) (#...4b80f5f[ty] Optimize TDD atom ordering (#20098)- Additional commits viewable in compare view
Updates types-jsonschema from 4.25.0.20250809 to 4.25.1.20250822
Commits
- See full diff in compare view
Updates types-pyyaml from 6.0.12.20250809 to 6.0.12.20250822
Commits
- See full diff in compare view
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
Pull Request Statistics
1
3
+385
-385
Package Dependencies
types-jsonschema
pip
4.25.0.20250809 → 4.25.1.20250822
Patch
Technical Details
| ID: | 7976630 |
| UUID: | 2839066959 |
| Node ID: | PR_kwDOPyIQns6pOLlP |
| Host: | GitHub |
| Repository: | subha037/python-build-standalone |
| Merge State: | Unknown |