Skip to content

pip: bump the all-pip-packages group with 3 updates #211

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps the all-pip-packages group with 3 updates: requests, sphinx-notfound-page and sphinxext-opengraph.

Updates requests from 2.32.0 to 2.32.2

Release notes

Sourced from requests's releases.

v2.32.2

2.32.2 (2024-05-21)

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)

v2.32.1

2.32.1 (2024-05-20)

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.
Changelog

Sourced from requests's changelog.

2.32.2 (2024-05-21)

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710)

2.32.1 (2024-05-20)

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.
Commits

Updates sphinx-notfound-page from 1.0.0 to 1.0.2

Changelog

Sourced from sphinx-notfound-page's changelog.

Version 1.0.2

:Date: May 23, 2024

  • Add tests for Python 3.12
  • Remove warning about unclosed files
  • Allow str and None types on notfound_urls_prefix
  • Run pyupgrade and ruff on the codebase

Version 1.0.1

:Date: May 21, 2024

  • Do not create 404 page for embedded
  • Small documentation improvements
Commits

Updates sphinxext-opengraph from 0.7.5 to 0.9.1

Release notes

Sourced from sphinxext-opengraph's releases.

v0.9.1

What's Changed

New Contributors

Full Changelog: sphinx-doc/sphinxext-opengraph@v0.9.0...v0.9.1

v0.9.0

What's Changed

New Contributors

Full Changelog: sphinx-doc/sphinxext-opengraph@v0.8.2...v0.9.0

v0.8.2

What's Changed

Full Changelog: sphinx-doc/sphinxext-opengraph@v0.8.1...v0.8.2

v0.8.1

What's Changed

Full Changelog: sphinx-doc/sphinxext-opengraph@V0.8.0...v0.8.1

V0.8.0

What's Changed

New Contributors

Full Changelog: sphinx-doc/sphinxext-opengraph@v0.7.5...V0.8.0

Commits
  • 641c59e Fix default Roboto font not being found by the matplotlib FontManager (#116)
  • fa24601 Test Sphinx 7 (#114)
  • fd959a7 feat: allow specifying a custom font for the card text (#110)
  • 457e75d Add :ogp_disable: metadata field (#86)
  • 651d0ac Drop EOL Python 3.7, Bump PyPy to 3.9 (#106)
  • 7eafbd3 Make matplotlib optional (#104)
  • f510aea FIX: Social media twitter card tags (#101)
  • 597ee06 Fix DeprecationWarning: The 'warn' method is deprecated, use 'warning' instea...
  • 6deac99 Add exception for SVG images (#97)
  • 99f2521 ENH: Add social card previews (#88)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 all-pip-packages group with 3 updates: [requests](https://github.com/psf/requests), [sphinx-notfound-page](https://github.com/readthedocs/sphinx-notfound-page) and [sphinxext-opengraph](https://github.com/wpilibsuite/sphinxext-opengraph).


Updates `requests` from 2.32.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.0...v2.32.2)

Updates `sphinx-notfound-page` from 1.0.0 to 1.0.2
- [Changelog](https://github.com/readthedocs/sphinx-notfound-page/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-notfound-page@1.0.0...1.0.2)

Updates `sphinxext-opengraph` from 0.7.5 to 0.9.1
- [Release notes](https://github.com/wpilibsuite/sphinxext-opengraph/releases)
- [Commits](sphinx-doc/sphinxext-opengraph@v0.7.5...v0.9.1)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-pip-packages
- dependency-name: sphinx-notfound-page
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-pip-packages
- dependency-name: sphinxext-opengraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-pip-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 27, 2024
@rffontenelle rffontenelle merged commit 74ccdd7 into 3.13 May 27, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/pip/all-pip-packages-b1aee2fd13 branch May 27, 2024 09:26
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.

1 participant