Skip to content

⬆️ Bump the dependencies group with 2 updates#467

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dependencies-7499c7ecc1
Closed

⬆️ Bump the dependencies group with 2 updates#467
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/dependencies-7499c7ecc1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps the dependencies group with 2 updates: requests and ruff.

Updates requests from 2.34.0 to 2.34.1

Release notes

Sourced from requests's releases.

v2.34.1

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13

Changelog

Sourced from requests's changelog.

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)
Commits

Updates ruff from 0.15.12 to 0.15.13

Release notes

Sourced from ruff's releases.

0.15.13

Release Notes

Released on 2026-05-14.

Preview features

  • Add a rule to flag lazy imports that are eagerly evaluated (#25016)
  • [pylint] Standardize diagnostic message (PLR0914, PLR0917) (#24996)

Bug fixes

  • Fix F811 false positive for class methods (#24933)
  • Fix setting selection for multi-folder workspace (#24819)
  • [eradicate] Fix false positive for lines with leading whitespace (ERA001) (#25122)
  • [flake8-pyi] Fix false positive for f-string debug specifier (PYI016) (#24098)

Rule changes

  • Always include panic payload in panic diagnostic message (#24873)
  • Restrict PYI034 for in-place operations to enclosing class (#24511)
  • Improve error message for parameters that are declared global (#24902)
  • Update known stdlib (#25103)

Performance

  • [isort] Avoid constructing glob::Patterns for literal known modules (#25123)

CLI

  • Add TOML examples to --config help text (#25013)
  • Colorize ruff check 'All checks passed' (#25085)

Configuration

  • Increase max allowed value of line-length setting (#24962)

Documentation

  • Add D203 to rules that conflict with the formatter (#25044)
  • Clarify COM819 and formatter interaction (#25045)
  • Clarify that NotImplemented is a value, not an exception (F901) (#25054)
  • Update number of lint rules supported (#24942)

Other changes

  • Simplify the playground's markdown template (#24924)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.13

Released on 2026-05-14.

Preview features

  • Add a rule to flag lazy imports that are eagerly evaluated (#25016)
  • [pylint] Standardize diagnostic message (PLR0914, PLR0917) (#24996)

Bug fixes

  • Fix F811 false positive for class methods (#24933)
  • Fix setting selection for multi-folder workspace (#24819)
  • [eradicate] Fix false positive for lines with leading whitespace (ERA001) (#25122)
  • [flake8-pyi] Fix false positive for f-string debug specifier (PYI016) (#24098)

Rule changes

  • Always include panic payload in panic diagnostic message (#24873)
  • Restrict PYI034 for in-place operations to enclosing class (#24511)
  • Improve error message for parameters that are declared global (#24902)
  • Update known stdlib (#25103)

Performance

  • [isort] Avoid constructing glob::Patterns for literal known modules (#25123)

CLI

  • Add TOML examples to --config help text (#25013)
  • Colorize ruff check 'All checks passed' (#25085)

Configuration

  • Increase max allowed value of line-length setting (#24962)

Documentation

  • Add D203 to rules that conflict with the formatter (#25044)
  • Clarify COM819 and formatter interaction (#25045)
  • Clarify that NotImplemented is a value, not an exception (F901) (#25054)
  • Update number of lint rules supported (#24942)

Other changes

  • Simplify the playground's markdown template (#24924)

Contributors

... (truncated)

Commits
  • 2afb467 Bump 0.15.13 (#25157)
  • 3008796 [ty] classify TypeVar semantic tokens as type parameters (#24891)
  • 79470e3 [isort] Avoid constructing glob::Patterns for literal known modules (#25123)
  • 2522549 Remove shellcheck from prek (#25154)
  • 7db7170 [ty] Support TypedDict key completions in incomplete, anonymous contexts (#25...
  • bb3dd53 [ty] Run full iteration analysis on narrowed typevars (#25143)
  • 828cdb7 [ty] Isolate file-watching test environment (#25151)
  • 89e1d86 [ty] Preserve TypedDict keys through dict unpacking (#24523)
  • 86f3064 [ty] Avoid accessing args[0] for static_assert (#25149)
  • ed819f9 [ty] Treat custom enum __new__ values as dynamic (#25136)
  • Additional commits viewable 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the dependencies group with 2 updates: [requests](https://github.com/psf/requests) and [ruff](https://github.com/astral-sh/ruff).


Updates `requests` from 2.34.0 to 2.34.1
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.34.0...v2.34.1)

Updates `ruff` from 0.15.12 to 0.15.13
- [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.12...0.15.13)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.34.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-version: 0.15.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 14, 2026
@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (ubuntu-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 2.473s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (macos-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: macos-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 2.439s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (ubuntu-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 3.233s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (macos-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: macos-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 2.370s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (ubuntu-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 3.585s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (ubuntu-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: ubuntu-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 2.843s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (macos-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: macos-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 2.716s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (macos-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py84198%113
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959399% 

Pytest Result Summary (os: macos-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
201 0 💤 3 ❌ 0 🔥 2.002s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (windows-latest / Python 3.11)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: windows-latest / python-version: 3.11)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 3.788s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (windows-latest / Python 3.10)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: windows-latest / python-version: 3.10)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 3.469s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (windows-latest / Python 3.12)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py840100% 
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959299% 

Pytest Result Summary (os: windows-latest / python-version: 3.12)

Tests Skipped Failures Errors Time
201 0 💤 2 ❌ 0 🔥 11.941s ⏱️

@github-actions
Copy link
Copy Markdown

coverage

Coverage Report (windows-latest / Python 3.13)
FileStmtsMissCoverMissing
__init__.py00100% 
cache_version_info.py2400100% 
cli.py510100% 
json_to_github_output.py39294%60, 67
update_matrix_dynamic.py990100% 
version
   __init__.py00100% 
version/core
   __init__.py00100% 
   base.py84198%113
   exceptions.py40100% 
   utils.py1120100% 
version/fetchers
   __init__.py00100% 
   go.py810100% 
   nodejs.py1250100% 
   python.py420100% 
   ruby.py410100% 
   rust.py410100% 
TOTAL959399% 

Pytest Result Summary (os: windows-latest / python-version: 3.13)

Tests Skipped Failures Errors Time
201 0 💤 3 ❌ 0 🔥 4.047s ⏱️

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 15, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 15, 2026
@dependabot dependabot Bot deleted the dependabot/pip/dependencies-7499c7ecc1 branch May 15, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants