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 4 updates #4021

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2024

Bumps the dependencies group in /.config with 4 updates: griffe, mkdocs-material, netaddr and python-slugify.

Updates griffe from 0.40.0 to 0.40.1

Release notes

Sourced from griffe's releases.

0.40.1

0.40.1 - 2024-02-08

Compare with 0.40.0

Bug Fixes

Changelog

Sourced from griffe's changelog.

0.40.1 - 2024-02-08

Compare with 0.40.0

Bug Fixes

Commits
  • 1af8769 chore: Prepare release 0.40.1
  • 5a5c03b fix: Don't return properties as parameters of dataclasses
  • d863831 chore: Update test function docstring
  • 8ebfa20 style: Format
  • abe2638 chore: Template upgrade
  • See full diff in compare view

Updates mkdocs-material from 9.5.8 to 9.5.9

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.9

  • Fixed navigation pruning with tabs and sections enabled
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.9 (2024-02-10)

  • Fixed navigation pruning with tabs and sections enabled

mkdocs-material-9.5.8+insiders-4.52.2 (2024-02-07)

  • Fixed #6735: Instant previews misplaced when below tabs

mkdocs-material-9.5.8 (2024-02-07)

  • Added Tamil translations
  • Updated Esperanto translations
  • Fixed relative images not being resolved for instant navigation

mkdocs-material-9.5.7 (2024-02-03)

  • Fixed #6731: Small images in figures are not centered
  • Fixed #6719: Instant navigation breaks table of contents (9.5.5 regression)

mkdocs-material-9.5.6+insiders-4.52.1 (2024-01-30)

  • Fixed #6705: Navigation path not being hidden when specified
  • Fixed #6703: New tags plugin crashes on Windows (2nd attempt)

mkdocs-material-9.5.6+insiders-4.52.0 (2024-01-28)

  • Added support for instant previews
  • Fixed footnote tooltips positioning edge cases
  • Fixed #6703: New tags plugin crashes on Windows

mkdocs-material-9.5.6 (2024-01-28)

  • Fixed #6700: Missing styles for Mermaid.js labels with Markdown

mkdocs-material-9.5.5+insiders-4.51.0 (2024-01-24)

  • Added support for footnote tooltips

mkdocs-material-9.5.5 (2024-01-24)

  • Updated Tagalog translations
  • Updated Pillow to 10.2 to mitigate security vulnerabilities
  • Improved resilience of instant navigation
  • Fixed #6687: Updated Mermaid.js to version 10.7.0 (latest)
  • Fixed #6652: Keyboard events in custom elements captured
  • Fixed #6582: Instant navigation doesn't correctly handle alternate URLs
  • Fixed #6565: Instant navigation doesn't allow for onclick handlers
  • Fixed #6345: Instant navigation sometimes breaks browser back button
  • Fixed #6334: Instant navigation doesn't correctly position anchors (Safari)
  • Fixed #6275: Instant navigation doesn't correctly resolve after 404

... (truncated)

Commits

Updates netaddr from 0.10.1 to 1.0.0

Release notes

Sourced from netaddr's releases.

1.0.0

Changelog: https://netaddr.readthedocs.io/en/latest/changes.html#release-1-0-0 Commits: netaddr/netaddr@0.10.1...1.0.0

Changelog

Sourced from netaddr's changelog.

Release: 1.0.0

Date: 2024-02-10

Removed:

  • Drop support for Python versions lower than 3.7.

  • Remove the flag shorthands: N, P and Z. Use :data:NOHOST, :data:INET_PTON and :data:ZEROFILL instead.

  • Remove abbreviated CIDR format support in :class:IPNetwork (implicit_prefix=True), use :func:cidr_abbrev_to_verbose if you need this behavior.

  • Remove the IPAddress.is_private method.

    There are more precise replacements for subset of the addresses that used to handled by is_private:

    • :meth:IPAddress.is_link_local
    • :meth:IPAddress.is_ipv4_private_use
    • :meth:IPAddress.is_ipv6_unique_local
    • :meth:IPAddress.is_global

    The following address blocks used to be handled by is_private have no dedicated convenience methods and you'll have to handle them manually or request a method addition:

    • 100.64.0.0/10 – Shared Address Space
    • 192.0.0.0/24 – IETF Protocol Assignments (watch out – there are exceptions in there)
    • 198.18.0.0/15 – Benchmarking
    • 239.0.0.0-239.255.255.255 – 240.0.0.0/4 is Reserved, 239.0.0.0/8 – unclear

Changed:

  • Stop accepting leading zeros when parsing IPv4 addresses in :data:INET_PTON mode (it's been allowed on some platforms).

    If you need to allow and discard leading zeros use the :data:ZEROFILL flag.

    This change will affect implicit conversions from str in all relevant contexts. If you need to control the IPv4 parsing mode construct :class:IPAddress objects explicitly.

  • Stop parsing IPv4 addresses permissively (inet_aton()-like) by default.

    :data:INET_PTON is the default mode.

    If you need to be permissive and parse using inet_aton() semantics use the :data:INET_ATON flag.

    This change will affect implicit conversions from str in all relevant contexts. If you need to control the IPv4 parsing mode construct :class:IPAddress objects explicitly.

  • Apply the two changes above to :func:valid_ipv4 as well.

  • Update the address databases to the 2024-02-10 versions.

... (truncated)

Commits
  • b7a4d43 Release version 1.0.0
  • 2a40743 Clean up copyright information
  • 4926868 Remove a redundant bit from the documentation footer
  • 9c90d38 Make the copyright information reflect reality better
  • 90449bb Explicitly set IPython's namespace
  • e83ed3c Remoove unused variables
  • 2e4a3b4 Make the shell banner nicer
  • 5ddb891 Update the databases
  • a8483c9 Fix a few copy/paste errors
  • c6996d8 Fix dialect handling in EUI during copy-construction (#364)
  • Additional commits viewable in compare view

Updates python-slugify from 8.0.3 to 8.0.4

Changelog

Sourced from python-slugify's changelog.

8.0.4

  • Properly handle uppercase special characters (@​mib1185 - thx)
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

@dependabot dependabot bot requested a review from a team as a code owner February 11, 2024 06:18
@dependabot dependabot bot removed the request for review from a team February 11, 2024 06:18
@dependabot dependabot bot added the dependabot-deps-updates PRs from GitHub Dependabot with the dependency updates label Feb 11, 2024
@dependabot dependabot bot requested a review from Qalthos February 11, 2024 06:18
@dependabot dependabot bot added the skip-changelog Can be missed from the changelog. label Feb 11, 2024
@dependabot dependabot bot requested a review from shatakshiiii February 11, 2024 06:18
@dependabot dependabot bot force-pushed the dependabot/pip/dot-config/dependencies-b2f26363a9 branch from 465ecce to 3401657 Compare February 12, 2024 12:57
@ssbarnea ssbarnea merged commit 5872135 into main Feb 12, 2024
21 checks passed
@ssbarnea ssbarnea deleted the dependabot/pip/dot-config/dependencies-b2f26363a9 branch February 12, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot-deps-updates PRs from GitHub Dependabot with the dependency updates skip-changelog Can be missed from the changelog.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants