Skip to content
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

Bump the dependencies group in /.config with 8 updates #141

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2024

Bumps the dependencies group in /.config with 8 updates:

Package From To
cairocffi 1.7.0 1.7.1
coverage 7.5.3 7.5.4
griffe 0.46.0 0.47.0
markdown-exec 1.9.1 1.9.2
mkdocstrings-python 1.10.3 1.10.5
pip 24.0 24.1
pipdeptree 2.22.0 2.23.0
urllib3 2.2.1 2.2.2

Updates cairocffi from 1.7.0 to 1.7.1

Changelog

Sourced from cairocffi's changelog.

cairocffi changelog

Version 1.7.1 .............

Released on 2024-06-18

  • [#227](https://github.com/Kozea/cairocffi/issues/227) <https://github.com/Kozea/cairocffi/pull/227>_: Add get_hairline() and set_hairline() functions

Version 1.7.0 .............

Released on 2024-04-27

  • Drop Python 3.7 support, add Python 3.12 support
  • [#221](https://github.com/Kozea/cairocffi/issues/221) <https://github.com/Kozea/cairocffi/pull/225>_: Add environment variable to set folder where DLLs are installed on Windows
  • [#225](https://github.com/Kozea/cairocffi/issues/225) <https://github.com/Kozea/cairocffi/pull/225>_: Use Ruff instead of Flake8 and isort

Version 1.6.1 .............

Released on 2023-07-24

  • [#217](https://github.com/Kozea/cairocffi/issues/217) <https://github.com/Kozea/cairocffi/issues/217>_: Repair installation with PyInstaller

Version 1.6.0 .............

Released on 2023-06-12

This version uses a new CFFI mode that may break your program.

CairoCFFI now uses Flit for packaging and is also distributed as a Python wheel.

Please test carefully and don’t hesitate to report issues before using it in production.

  • [#216](https://github.com/Kozea/cairocffi/issues/216) <https://github.com/Kozea/cairocffi/pull/216>_: Use ABI-level in-line CFFI mode

... (truncated)

Commits
  • 0f45d6a Version 1.7.1
  • 996a754 Merge pull request #227 from dtromb/#226-hairline
  • caf8bcf Fixed long comment lines to pass ruff check.
  • cd9689e Made test case for new 1.18 functionality condition on the correct version of...
  • b7a5023 Added Context.{get,set}_hairline(), according changes to ffi header, and test...
  • See full diff in compare view

Updates coverage from 7.5.3 to 7.5.4

Changelog

Sourced from coverage's changelog.

Version 7.5.4 — 2024-06-22

  • If you attempt to combine statement coverage data with branch coverage data, coverage.py used to fail with the message "Can't combine arc data with line data" or its reverse, "Can't combine line data with arc data." These messages used internal terminology, making it hard for people to understand the problem. They are now changed to mention "branch coverage data" and "statement coverage data."

  • Fixed a minor branch coverage problem with wildcard match/case cases using names or guard clauses.

  • Started testing on 3.13 free-threading (nogil) builds of Python. I'm not claiming full support yet. Closes issue 1799_.

.. _issue 1799: nedbat/coveragepy#1799

.. _changes_7-5-3:

Commits
  • 22c09c6 docs: sample HTML for 7.5.4
  • 9e16381 docs: prep for 7.5.4
  • fba9b9e docs: link issue 1799 from the changelog
  • f124de8 build: no longer download kits to upload them
  • 9516cf6 build: hash-pin all actions
  • c6e0985 build: finish up the publish action
  • 4a49458 build: get the latest dist run id for publishing
  • fb15efa build: pin hashes for publishing actions
  • c20af95 build: use the correct item: github.event.action
  • ccbab15 build: dump all the github actions data
  • Additional commits viewable in compare view

Updates griffe from 0.46.0 to 0.47.0

Release notes

Sourced from griffe's releases.

0.47.0

0.47.0 - 2024-06-18

Compare with 0.46.1

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Deprecations

  • The has_private_name and has_special_name properties on objects and aliases have been renamed is_private and is_special. The is_private property now only returns true if the name is not special.

Features

  • Add deprecated attribute and is_deprecated property to objects/aliases (2a75d84 by Timothée Mazzucotelli).
  • Add is_imported property to objects/aliases (de926cc by Timothée Mazzucotelli).
  • Add is_class_private property to objects/aliases (491b6c4 by Timothée Mazzucotelli).

Code Refactoring

  • Rename has_private_name and has_special_name to is_private and is_special (ae7c7e7 by Timothée Mazzucotelli).

0.46.1

0.46.1 - 2024-06-17

Compare with 0.46.0

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Bug Fixes

  • Always consider special objects ("dunder" attributes/methods/etc.) to be public (3319410 by Timothée Mazzucotelli). Issue-294, Issue-295
  • Don't consider imported objects as public (ea90952 by Timothée Mazzucotelli). Discussion-169
Changelog

Sourced from griffe's changelog.

0.47.0 - 2024-06-18

Compare with 0.46.1

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Deprecations

  • The has_private_name and has_special_name properties on objects and aliases have been renamed is_private and is_special. The is_private property now only returns true if the name is not special.

Features

  • Add deprecated attribute and is_deprecated property to objects/aliases (2a75d84 by Timothée Mazzucotelli).
  • Add is_imported property to objects/aliases (de926cc by Timothée Mazzucotelli).
  • Add is_class_private property to objects/aliases (491b6c4 by Timothée Mazzucotelli).

Code Refactoring

  • Rename has_private_name and has_special_name to is_private and is_special (ae7c7e7 by Timothée Mazzucotelli).

0.46.1 - 2024-06-17

Compare with 0.46.0

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Bug Fixes

  • Always consider special objects ("dunder" attributes/methods/etc.) to be public (3319410 by Timothée Mazzucotelli). Issue-294, Issue-295
  • Don't consider imported objects as public (ea90952 by Timothée Mazzucotelli). Discussion-169
Commits
  • ce186a4 chore: Prepare release 0.47.0
  • 2a75d84 feat: Add deprecated attribute and is_deprecated property to objects/aliases
  • 1982023 docs: Add comments to is_wildcard_exposed
  • de926cc feat: Add is_imported property to objects/aliases
  • 491b6c4 feat: Add is_class_private property to objects/aliases
  • ae7c7e7 refactor: Rename has_private_name and has_special_name to is_private an...
  • 1ebfa63 style: Spacing
  • 40ebec0 chore: Prepare release 0.46.1
  • 3319410 fix: Always consider special objects ("dunder" attributes/methods/etc.) to be...
  • ea90952 fix: Don't consider imported objects as public
  • See full diff in compare view

Updates markdown-exec from 1.9.1 to 1.9.2

Release notes

Sourced from markdown-exec's releases.

1.9.2

1.9.2 - 2024-06-20

Compare with 1.9.1

Bug Fixes

  • Render source even if output is empty (d3f1e6b by Timothée Mazzucotelli). Issue-57
Changelog

Sourced from markdown-exec's changelog.

1.9.2 - 2024-06-20

Compare with 1.9.1

Bug Fixes

  • Render source even if output is empty (d3f1e6b by Timothée Mazzucotelli). Issue-57
Commits
  • ed18c5f chore: Prepare release 1.9.2
  • d3f1e6b fix: Render source even if output is empty
  • cc36267 Merge branch 'main' of github.com:pawamoy/markdown-exec
  • 6167c03 docs: Add Chalk example gallery
  • See full diff in compare view

Updates mkdocstrings-python from 1.10.3 to 1.10.5

Release notes

Sourced from mkdocstrings-python's releases.

1.10.5

1.10.5 - 2024-06-19

Compare with 1.10.4

Bug Fixes

  • Mix both previous checks for displaying objects: not imported or public (587963b by Timothée Mazzucotelli). Issue-294

1.10.4

1.10.4 - 2024-06-18

Compare with 1.10.3

Code Refactoring

  • Only filter out imported objects instead of non-public ones after applying filters (e2f4b35 by Timothée Mazzucotelli). Issue-mkdocstrings/griffe-294
  • Update code for Griffe 0.46 to avoid deprecation warnings (321b407 by Timothée Mazzucotelli).
  • Change load_external_modules default value to None to support new default mode in Griffe (ae5896c by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings-python's changelog.

1.10.5 - 2024-06-19

Compare with 1.10.4

Bug Fixes

  • Mix both previous checks for displaying objects: not imported or public (587963b by Timothée Mazzucotelli). Issue-294

1.10.4 - 2024-06-18

Compare with 1.10.3

Code Refactoring

  • Only filter out imported objects instead of non-public ones after applying filters (e2f4b35 by Timothée Mazzucotelli). Issue-mkdocstrings/griffe-294
  • Update code for Griffe 0.46 to avoid deprecation warnings (321b407 by Timothée Mazzucotelli).
  • Change load_external_modules default value to None to support new default mode in Griffe (ae5896c by Timothée Mazzucotelli).
Commits
  • ce91d88 chore: Prepare release 1.10.5
  • 587963b fix: Mix both previous checks for displaying objects: not imported or public
  • 94b736b chore: Prepare release 1.10.4
  • e2f4b35 refactor: Only filter out imported objects instead of non-public ones after a...
  • 321b407 refactor: Update code for Griffe 0.46 to avoid deprecation warnings
  • ae5896c refactor: Change load_external_modules default value to None to support n...
  • 101dc2a chore: Template upgrade
  • 70f39f7 ci: Quality
  • ae9a5c2 chore: Template upgrade
  • See full diff in compare view

Updates pip from 24.0 to 24.1

Changelog

Sourced from pip's changelog.

24.1 (2024-06-20)

Vendored Libraries

  • Upgrade truststore to 0.9.1.

24.1b2 (2024-06-12)

Features

  • Report informative messages about invalid requirements. ([#12713](https://github.com/pypa/pip/issues/12713) <https://github.com/pypa/pip/issues/12713>_)

Bug Fixes

  • Eagerly import the self version check logic to avoid crashes while upgrading or downgrading pip at the same time. ([#12675](https://github.com/pypa/pip/issues/12675) <https://github.com/pypa/pip/issues/12675>_)
  • Accommodate for mismatches between different sources of truth for extra names, for packages generated by setuptools. ([#12688](https://github.com/pypa/pip/issues/12688) <https://github.com/pypa/pip/issues/12688>_)
  • Accommodate for development versions of CPython ending in + in the version string. ([#12691](https://github.com/pypa/pip/issues/12691) <https://github.com/pypa/pip/issues/12691>_)

Vendored Libraries

  • Upgrade packaging to 24.1

  • Upgrade requests to 2.32.0

  • Remove vendored colorama

  • Remove vendored six

  • Remove vendored webencodings

  • Remove vendored charset_normalizer

    requests provides optional character detection support on some APIs when processing ambiguous bytes. This isn't relevant for pip to function and we're able to remove it due to recent upstream changes.

24.1b1 (2024-05-06)

Deprecations and Removals

  • Drop support for EOL Python 3.7. ([#11934](https://github.com/pypa/pip/issues/11934) <https://github.com/pypa/pip/issues/11934>_)

  • Remove support for legacy versions and dependency specifiers.

    Packages with non standard-compliant versions or dependency specifiers are now ignored by the resolver. Already installed packages with non standard-compliant versions or dependency specifiers must be uninstalled before upgrading them. ([#12063](https://github.com/pypa/pip/issues/12063) <https://github.com/pypa/pip/issues/12063>_)

Features

... (truncated)

Commits
  • bc877e6 Bump for release
  • 075a3dd Merge pull request #12774 from uranusjr/disable-313-uri-test
  • 205af8e Upgrade truststore to 0.9.1 (#12707)
  • 87f874f Skip until 3.13.0b3 instead
  • 596be04 Mark failing tests on Windows + Py3.13 as xfail
  • d94806f Merge pull request #12764 from pradyunsg/pause-prepare-release-for-news-edits
  • 71b1688 Merge pull request #12763 from pradyunsg/release/24.1.beta2
  • b2fdf3b Pause in prepare-release for updating the NEWS file
  • 17c938a Bump for development
  • ece2255 Bump for release
  • Additional commits viewable in compare view

Updates pipdeptree from 2.22.0 to 2.23.0

Release notes

Sourced from pipdeptree's releases.

2.23.0

What's Changed

New Contributors

Full Changelog: tox-dev/pipdeptree@2.22.0...2.23.0

Commits

Updates urllib3 from 2.2.1 to 2.2.2

Release notes

Sourced from urllib3's releases.

2.2.2

🚀 urllib3 is fundraising for HTTP/2 support

urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul.

Thank you for your support.

Changes

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Allowed passing negative integers as amt to read methods of http.client.HTTPResponse as an alternative to None. (#3122)
  • Fixed return types representing copying actions to use typing.Self. (#3363)

Full Changelog: urllib3/urllib3@2.2.1...2.2.2

Changelog

Sourced from urllib3's changelog.

2.2.2 (2024-06-17)

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Allowed passing negative integers as amt to read methods of http.client.HTTPResponse as an alternative to None. ([#3122](https://github.com/urllib3/urllib3/issues/3122) <https://github.com/urllib3/urllib3/issues/3122>__)
  • Fixed return types representing copying actions to use typing.Self. ([#3363](https://github.com/urllib3/urllib3/issues/3363) <https://github.com/urllib3/urllib3/issues/3363>__)
Commits

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 dependencies group in /.config with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [cairocffi](https://github.com/Kozea/cairocffi) | `1.7.0` | `1.7.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.5.4` |
| [griffe](https://github.com/mkdocstrings/griffe) | `0.46.0` | `0.47.0` |
| [markdown-exec](https://github.com/pawamoy/markdown-exec) | `1.9.1` | `1.9.2` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.3` | `1.10.5` |
| [pip](https://github.com/pypa/pip) | `24.0` | `24.1` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.22.0` | `2.23.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` |


Updates `cairocffi` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/Kozea/cairocffi/releases)
- [Changelog](https://github.com/Kozea/cairocffi/blob/main/NEWS.rst)
- [Commits](Kozea/cairocffi@v1.7.0...v1.7.1)

Updates `coverage` from 7.5.3 to 7.5.4
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.3...7.5.4)

Updates `griffe` from 0.46.0 to 0.47.0
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.46.0...0.47.0)

Updates `markdown-exec` from 1.9.1 to 1.9.2
- [Release notes](https://github.com/pawamoy/markdown-exec/releases)
- [Changelog](https://github.com/pawamoy/markdown-exec/blob/main/CHANGELOG.md)
- [Commits](pawamoy/markdown-exec@1.9.1...1.9.2)

Updates `mkdocstrings-python` from 1.10.3 to 1.10.5
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.10.3...1.10.5)

Updates `pip` from 24.0 to 24.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@24.0...24.1)

Updates `pipdeptree` from 2.22.0 to 2.23.0
- [Release notes](https://github.com/tox-dev/pipdeptree/releases)
- [Commits](tox-dev/pipdeptree@2.22.0...2.23.0)

Updates `urllib3` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: cairocffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markdown-exec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pipdeptree
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 23, 2024 17:35
@dependabot dependabot bot requested review from audgirka and removed request for a team June 23, 2024 17:35
@dependabot dependabot bot requested a review from alisonlhart June 23, 2024 17:35
@ssbarnea ssbarnea merged commit 34bcbf8 into main Jun 25, 2024
15 of 16 checks passed
@ssbarnea ssbarnea deleted the dependabot/pip/dot-config/dependencies-23ae22c93e branch June 25, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant