From b125d78cb885a39e6c7fda67d31c77aa1e78427a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 9 Nov 2024 12:32:38 -0800
Subject: [PATCH] Bump the pip-deps group across 1 directory with 5 updates
(#55)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the pip-deps group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.42` | `9.5.44` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
|
[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)
| `10.11.2` | `10.12` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2024.9.11` |
`2024.11.6` |
| [watchdog](https://github.com/gorakhargosh/watchdog) | `5.0.3` |
`6.0.0` |
Updates `mkdocs-material` from 9.5.42 to 9.5.44
Sourced from mkdocs-material's
releases. Thanks go to Thanks go to Sourced from mkdocs-material's
changelog. mkdocs-material-9.5.44 (2024-11-05) mkdocs-material-9.5.43 (2024-10-31) mkdocs-material-9.5.42 (2024-10-20) mkdocs-material-9.5.41 (2024-10-15) mkdocs-material-9.5.40 (2024-10-10) mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29) mkdocs-material-9.5.39 (2024-09-29) mkdocs-material-9.5.38 (2024-09-26) mkdocs-material-9.5.37 (2024-09-25) mkdocs-material-9.5.36 (2024-09-21) mkdocs-material-9.5.35 (2024-09-18) ... (truncated) Sourced from packaging's
releases. Full Changelog: https://github.com/pypa/packaging/compare/24.1...24.2 Sourced from packaging's
changelog. 24.2 - 2024-11-08 Sourced from pymdown-extensions's
releases. Sourced from regex's
changelog. Version: 2024.11.7 Version: 2024.11.6 Version: 2024.9.14 Version: 2024.9.13 Version: 2024.9.12 Version: 2024.9.11 Version: 2024.7.24 Version: 2024.6.22 Version: 2024.5.15 It's not hanging, it'll finish eventually. It's just an example of
catastrophic backtracking. The error printed when Ctrl+C is pressed does show a bug, though,
which is now fixed.Release notes
mkdocs-material-9.5.44
@nejch
for their
contributions.mkdocs-material-9.5.43
@nejch
for their
contributionsChangelog
Commits
aa4ef56
Prepare 9.5.44 releaseeb63b60
Fixed file save regression in privacy plugin (#7673)ac3315f
Updated dependencies8a60b49
Prepare 9.5.43 releasef82a345
Documentation4918a10
Added support for quoted external CSS URLs in privacy plugin (#7651)7dc96f1
Added support for downloading external images in SVG for privacy plugin
(#7650)1357cd2
Updated dependencies198a680
Documentation (#7633)9aebe14
Updated dependencies
Updates `packaging` from 24.1 to 24.2
Release notes
24.2
What's Changed
@DimitriPapadopoulos
in pypa/packaging#798@dependabot
in
pypa/packaging#813@DimitriPapadopoulos
in pypa/packaging#800__str__
by @aryanpingle
in
pypa/packaging#817@dependabot
in pypa/packaging#819@DimitriPapadopoulos
in pypa/packaging#821@Laurent-Dx
in pypa/packaging#801@henryiii
in pypa/packaging#818@DimitriPapadopoulos
in pypa/packaging#787@DimitriPapadopoulos
in pypa/packaging#786@alexwlchan
in pypa/packaging#824@jaraco
in pypa/packaging#825@jaraco
in pypa/packaging#793@pfmoore
in pypa/packaging#777@abravalheri
in
pypa/packaging#830>
and <
by @notatallshaw
in pypa/packaging#794@dependabot
in
pypa/packaging#839@freakboy3742
in pypa/packaging#832@pradyunsg
in pypa/packaging#840@pradyunsg
in pypa/packaging#841Metadata.name
isn't normalized
by @brettcannon
in
pypa/packaging#842@Carreau
in pypa/packaging#844@ewdurbin
in pypa/packaging#828@dependabot
in pypa/packaging#852@hauntsaninja
in pypa/packaging#853@ewdurbin
in pypa/packaging#848New Contributors
@aryanpingle
made their first contribution in pypa/packaging#817@Laurent-Dx
made
their first contribution in pypa/packaging#801@alexwlchan
made
their first contribution in pypa/packaging#824@jaraco
made
their first contribution in pypa/packaging#825@notatallshaw
made their first contribution in pypa/packaging#794@freakboy3742
made their first contribution in pypa/packaging#832@Carreau
made
their first contribution in pypa/packaging#844@ewdurbin
made their first contribution in pypa/packaging#828Changelog
* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention
``strip_trailing_zero`` and a typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier``
objects (:issue:`775`)
Commits
d8e3b31
Bump for release2de393d
Update changelog for release9c66f5c
Remove extraneous quotes in f-strings by using !r
(#848)4dc334c
Upgrade to latest mypy (#853)d1a9f93
Bump the github-actions group with 4 updates (#852)029f415
PEP 639: Implement License-Expression and License-File (#828)6c338a8
Use !r formatter for error messages with filenames. (#844)28e7da7
Add a comment as to why Metadata.name
isn't normalized (#842)ce0d79c
Mention updating changelog in release process (#841)ac5bdf3
Update the changelog to reflect 24.1 changes (#840)
Updates `pymdown-extensions` from 10.11.2 to 10.12
Release notes
10.12
pymdownx.blocks.details
approach.pymdownx.blocks.tab
approach.strict
option
that will raise an exception if an emoji is used whose name has changed,
removed, or never existed.Commits
20be2fc
Update caption docs to use image example2c7f8c0
Add catpion extension (#2492)b647b8d
Include white and black3a89709
Fix more sass stuff in doc stylee8ec7bf
Update JS Doc deps and fix some links0973681
Docs: Update JS deps659b4d9
Add new strict option in the emoji extension (#2488)
Updates `regex` from 2024.9.11 to 2024.11.6
Changelog
Updated pyproject.toml and setup.py according to PEP 517.
Git issue 546: Partial match not working in some instances
with non-greedy capture
Reverted to actions/download-artifact@v3 and
actions/upload-artifact@v3 in main.yml because GitHub Actions failed
when using them.
Updated to actions/upload-artifact@v4 in main.yml.
Updated to actions/download-artifact@v4 in main.yml.
Updated to Unicode 16.0.0.
Git issue 539: Bug: Partial matching fails on a simple
example
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due
to missing new GB9c rule implementation
Git issue 530: hangs with fuzzy and optionals
Version: 2024.5.10
Updated for Python 3.13.
<time.h> now needs to be included explicitly because Python.h
no longer includes it.
Version: 2024.4.28
Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes
... (truncated)
930983a
Git issue 546: Partial match not working in some instances with
non-greedy ca...64834c7
Reverted to actions/download-artifact@v3 and actions/upload-artifact@v3
in ma...1bcd42e
Updated to actions/upload-artifact@v4 in main.yml.f467285
Updated to actions/download-artifact@v4 in main.yml.Sourced from watchdog's releases.
6.0.0
Breaking Changes
- [inotify] Use of
select.poll()
instead of deprecatedselect.select()
, if available. (#1078)- [utils] Removed the unused
echo_class()
function from theecho
module.- [utils] Removed the unused
echo_instancemethod()
function from theecho
module.- [utils] Removed the unused
echo_module()
function from theecho
module.- [utils] Removed the unused
is_class_private_name()
function from theecho
module.- [utils] Removed the unused
is_classmethod()
function from theecho
module.- [utils] Removed the unused
is_method(met()
function from theecho
module.- [utils] Removed the unused
method_name()
function from theecho
module.- [utils] Removed the unused
name()
function from theecho
module.- [watchmedo] Removed the
--trace
CLI argument from thewatchmedo log
command, useless since events are logged by default at theLoggerTrick
class level.Other Changes
- Pin test dependecies.
- [docs] Add typing info to quick start. (#1082)
- [inotify] Fix reading inotify file descriptor after closing it. (#1081)
- [utils] The
stop_signal
keyword-argument type of theAutoRestartTrick
class can now be either asignal.Signals
or anint
.- [utils] Added the
__repr__()
method to theTrick
class.- [watchmedo] Fixed Mypy issues.
- [watchmedo] Added the
__repr__()
method to theHelpFormatter
class.- [windows] Fixed Mypy issues.
💟 Thanks to our beloved contributors:
@g-pichler
,@ethan-vanderheijden
,@nhairs
,@BoboTiG
Sourced from watchdog's changelog.
6.0.0
2024-11-01 • `full history <https://github.com/gorakhargosh/watchdog/compare/v5.0.3...v6.0.0>`__
- Pin test dependecies.
- [docs] Add typing info to quick start. (
[#1082](https://github.com/gorakhargosh/watchdog/issues/1082) <https://github.com/gorakhargosh/watchdog/pull/1082>
__)- [inotify] Use of
select.poll()
instead of deprecatedselect.select()
, if available. ([#1078](https://github.com/gorakhargosh/watchdog/issues/1078) <https://github.com/gorakhargosh/watchdog/pull/1078>
__)- [inotify] Fix reading inotify file descriptor after closing it. (
[#1081](https://github.com/gorakhargosh/watchdog/issues/1081) <https://github.com/gorakhargosh/watchdog/pull/1081>
__)- [utils] The
stop_signal
keyword-argument type of theAutoRestartTrick
class can now be either asignal.Signals
or anint
.- [utils] Added the
__repr__()
method to theTrick
class.- [utils] Removed the unused
echo_class()
function from theecho
module.- [utils] Removed the unused
echo_instancemethod()
function from theecho
module.- [utils] Removed the unused
echo_module()
function from theecho
module.- [utils] Removed the unused
is_class_private_name()
function from theecho
module.- [utils] Removed the unused
is_classmethod()
function from theecho
module.- [utils] Removed the unused
ic_method(met()
function from theecho
module.- [utils] Removed the unused
method_name()
function from theecho
module.- [utils] Removed the unused
name()
function from theecho
module.- [watchmedo] Fixed Mypy issues.
- [watchmedo] Added the
__repr__()
method to theHelpFormatter
class.- [watchmedo] Removed the
--trace
CLI argument from thewatchmedo log
command, useless since events are logged by default at theLoggerTrick
class level.- [windows] Fixed Mypy issues.
- Thanks to our beloved contributors:
@BoboTiG
,@g-pichler
,@ethan-vanderheijden
,@nhairs
76c091d
Version 6.0.058386d8
Fixes, and clean-up (#1084)db698a5
fix: reading inotify file descriptor after closing it. (#1081)73d5612
[docs] Add typing info to quick start (#1082)d774fec
docs: Update README Badges (#1083)6b74737
docs: funding3d1b888
[inotify] Use of select.poll()
instead of deprecated
select.select()
(#1078)6a4f1cf
Bump the version