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 across 1 directory with 18 updates #1847

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2024

Bumps the dependencies group with 18 updates in the /.config directory:

Package From To
certifi 2024.7.4 2024.8.30
cffi 1.17.0 1.17.1
cryptography 43.0.0 43.0.1
filelock 3.15.4 3.16.0
linkchecker 10.4.0 10.5.0
mkdocs-autorefs 1.1.0 1.2.0
mkdocs-material 9.5.33 9.5.34
mkdocstrings 0.25.2 0.26.1
mkdocstrings-python 1.10.8 1.11.1
paginate 0.5.6 0.5.7
pbr 6.0.0 6.1.0
pipdeptree 2.23.1 2.23.3
platformdirs 4.2.2 4.3.1
pytest-env 1.1.3 1.1.4
rich 13.7.1 13.8.0
types-setuptools 73.0.0.20240822 74.1.0.20240907
virtualenv 20.26.3 20.26.4
watchdog 4.0.2 5.0.2

Updates certifi from 2024.7.4 to 2024.8.30

Commits

Updates cffi from 1.17.0 to 1.17.1

Release notes

Sourced from cffi's releases.

v1.17.1

  • Fix failing distutils.msvc9compiler imports under Windows (#118).
  • ffibuilder.emit_python_code() and ffibuiler.emit_c_code() accept file-like objects (#115).
  • ffiplatform calls are bypassed by ffibuilder.emit_python_code() and ffibuilder.emit_c_code() (#81).

Full Changelog: python-cffi/cffi@v1.17.0...v1.17.1

Commits
  • 38bd6be release 1.17.1
  • ba10180 update whatsnew.rst for 1.17.1 (#121)
  • 61deb5f add yet another flag to recompile() to avoid calling ffiplatform (#81)
  • 1c292c1 Handle distutils without distutils.msvc9compiler.MSVCCompiler class (#118)
  • 182ffc4 Allow writing generated code to a file-like object. (#115)
  • See full diff in compare view

Updates cryptography from 43.0.0 to 43.0.1

Changelog

Sourced from cryptography's changelog.

43.0.1 - 2024-09-03


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2.

.. _v43-0-0:

Commits

Updates filelock from 3.15.4 to 3.16.0

Release notes

Sourced from filelock's releases.

3.16.0

What's Changed

Full Changelog: tox-dev/filelock@3.15.4...3.16.0

Commits

Updates linkchecker from 10.4.0 to 10.5.0

Release notes

Sourced from linkchecker's releases.

Release 10.5.0

Features:

  • ignorewarningsforurls setting to match URLs and warnings to ignore

Fixes

  • Documentation updates
Changelog

Sourced from linkchecker's changelog.

10.5.0 (released 03.09.2024)

Features:

  • ignorewarningsforurls setting to match URLs and warnings to ignore

Fixes

  • Documentation updates
Commits
  • dae72c8 Merge pull request #834 from cjmayo/rel105
  • 0608d4c Documentation for release 10.5.0
  • 7aa97cc Update IANA schemes
  • 5a174bc Merge pull request #837 from cjmayo/parameterized
  • 86c3071 Use pytest.mark.parametrize instead of parameterized
  • 7ae1244 Merge pull request #835 from cjmayo/man-updates
  • eca09ff Update application translation catalogs
  • 42a4bcf Update man pages
  • 39449bd Update doc translation catalogs
  • 4247d5b Merge pull request #836 from cjmayo/fix-attest
  • Additional commits viewable in compare view

Updates mkdocs-autorefs from 1.1.0 to 1.2.0

Release notes

Sourced from mkdocs-autorefs's releases.

1.2.0

1.2.0 - 2024-09-01

Compare with 1.1.0

Features

  • Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (fb8df98 by Timothée Mazzucotelli). Issue-54, PR-mkdocstrings#666
  • Add option to resolve autorefs to closest URLs when multiple ones are found (2916eb2 by Timothée Mazzucotelli). Issue-52

Bug Fixes

  • Don't ignore identifiers containing spaces and slashes (b36a0d1 by Timothée Mazzucotelli). Issue-55

Code Refactoring

  • Emit deprecation warnings when old-style spans are found (4f2be46 by Timothée Mazzucotelli).
  • Use %s formatting instead of f-strings in log messages (0cedf9d by Timothée Mazzucotelli).
Changelog

Sourced from mkdocs-autorefs's changelog.

1.2.0 - 2024-09-01

Compare with 1.1.0

Features

  • Provide hook interface, use it to expand identifiers, attach additional context to references, and give more context around unmapped identifiers (fb8df98 by Timothée Mazzucotelli). Issue-54, PR-mkdocstrings#666
  • Add option to resolve autorefs to closest URLs when multiple ones are found (2916eb2 by Timothée Mazzucotelli). Issue-52

Bug Fixes

  • Don't ignore identifiers containing spaces and slashes (b36a0d1 by Timothée Mazzucotelli). Issue-55

Code Refactoring

  • Emit deprecation warnings when old-style spans are found (4f2be46 by Timothée Mazzucotelli).
  • Use %s formatting instead of f-strings in log messages (0cedf9d by Timothée Mazzucotelli).
Commits
  • 40940c5 chore: Prepare release 1.2.0
  • fb8df98 feat: Provide hook interface, use it to expand identifiers, attach additional...
  • b36a0d1 fix: Don't ignore identifiers containing spaces and slashes
  • 4f2be46 refactor: Emit deprecation warnings when old-style spans are found
  • e422990 chore: Add YORE comments
  • 2916eb2 feat: Add option to resolve autorefs to closest URLs when multiple ones are f...
  • a927bab docs: Reword plugin class docstring
  • a99a99c refactor: Remove unnecessary try/else clause
  • 0cedf9d refactor: Use %s formatting instead of f-strings in log messages
  • a6e3090 chore: Clean up check duty
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.5.33 to 9.5.34

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.34

  • Updated Mermaid.js to version 11 (latest)

Thanks go to @​manselmi for their contributions

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.34 (2024-08-31)

  • Updated Mermaid.js to version 11 (latest)

mkdocs-material-9.5.33 (2024-08-23)

  • Fixed #7453: Incorrect position of tooltip when sorting table

mkdocs-material-9.5.32 (2024-08-19)

  • Fixed RXSS vulnerability via deep link in search results
  • Added support for fetching latest release from GitLab

mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)

  • Fixed #7410: Instant previews jump on content tabs with anchor links
  • Fixed #7408: Instant previews jump on content tabs

mkdocs-material-9.5.31 (2024-08-02)

  • Fixed #7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK

mkdocs-material-9.5.30 (2024-07-23)

  • Fixed #7380: Navigation icons disappearing on hover in Safari
  • Fixed #7367: Blog readtime computation includes SVG text content

mkdocs-material-9.5.29 (2024-07-14)

  • Updated Galician translations
  • Fixed #7362: Annotations in figure captions rendering incorrectly

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

  • Fixed #7313: Improved tooltips mounted in sidebar when feature is disabled

mkdocs-material-9.5.27 (2024-06-16)

  • Updated Estonian translations

mkdocs-material-9.5.26 (2024-06-06)

  • Fixed #7232: Tab switches on scroll when linking tabs (9.5.19 regression)
  • Fixed #7230: Blog author avatar broken when referring to local file

mkdocs-material-9.5.25+insiders-4.53.11 (2024-05-27)

  • Fixed projects plugin crashing when serving before building subprojects

mkdocs-material-9.5.25 (2024-05-27)

... (truncated)

Commits

Updates mkdocstrings from 0.25.2 to 0.26.1

Release notes

Sourced from mkdocstrings's releases.

0.26.1

0.26.1 - 2024-09-06

Compare with 0.26.0

Bug Fixes

  • Instantiate config of the autorefs plugin when it is not enabled by the user (db2ab34 by Timothée Mazzucotelli). Issue-autorefs#57

0.26.0

0.26.0 - 2024-09-02

Compare with 0.25.2

Build

  • Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).

Dependencies

  • Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).

Features

Changelog

Sourced from mkdocstrings's changelog.

0.26.1 - 2024-09-06

Compare with 0.26.0

Bug Fixes

  • Instantiate config of the autorefs plugin when it is not enabled by the user (db2ab34 by Timothée Mazzucotelli). Issue-autorefs#57

0.26.0 - 2024-09-02

Compare with 0.25.2

Build

  • Upgrade Python-Markdown lower bound to 3.6 (28565f9 by Timothée Mazzucotelli).

Dependencies

  • Depend on mkdocs-autorefs v1 (33aa573 by Timothée Mazzucotelli).

Features

Commits
  • 651d176 chore: Prepare release 0.26.1
  • db2ab34 fix: Instantiate config of the autorefs plugin when it is not enabled by the ...
  • a65035a docs: Clarify that Installation section
  • b1aa042 chore: Prepare release 0.26.0
  • b63e726 feat: Allow hooking into autorefs when converting Markdown docstrings
  • 3c878b7 chore: Upgrade mkdocs-redirects lower bound to avoid deprecation warning
  • 28565f9 build: Upgrade Python-Markdown lower bound to 3.6
  • 52fad11 style: Format
  • c6ca522 docs: Fix dead link
  • 8041ef3 docs: Update code highlight lines
  • Additional commits viewable in compare view

Updates mkdocstrings-python from 1.10.8 to 1.11.1

Release notes

Sourced from mkdocstrings-python's releases.

1.11.1

1.11.1 - 2024-09-03

Compare with 1.11.0

Code Refactoring

  • Prepare relative_crossrefs and scoped_crossrefs insiders features (dd8b014 by Timothée Mazzucotelli).

1.11.0

1.11.0 - 2024-09-03

Compare with 1.10.9

Features

  • Hook into autorefs to provide context around cross-ref errors (bb4be5b by Timothée Mazzucotelli).

1.10.9

1.10.9 - 2024-08-30

Compare with 1.10.8

Build

  • Explicitly depend on mkdocs-autorefs to be able to specify lower bound (2299ab5 by Timothée Mazzucotelli).

Code Refactoring

  • Use new autorefs syntax (68cb72f by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings-python's changelog.

1.11.1 - 2024-09-03

Compare with 1.11.0

Code Refactoring

  • Prepare relative_crossrefs and scoped_crossrefs insiders features (dd8b014 by Timothée Mazzucotelli).

1.11.0 - 2024-09-03

Compare with 1.10.9

Features

  • Hook into autorefs to provide context around cross-ref errors (bb4be5b by Timothée Mazzucotelli).

1.10.9 - 2024-08-30

Compare with 1.10.8

Build

  • Explicitly depend on mkdocs-autorefs to be able to specify lower bound (2299ab5 by Timothée Mazzucotelli).

Code Refactoring

  • Use new autorefs syntax (68cb72f by Timothée Mazzucotelli).
Commits
  • 6dafa9a chore: Prepare release 1.11.1
  • dd8b014 refactor: Prepare relative_crossrefs and scoped_crossrefs insiders features
  • 7b11ba8 docs: Update docs from insiders
  • 446d725 chore: Prepare release 1.11.0
  • bb4be5b feat: Hook into autorefs to provide context around cross-ref errors
  • 2d59cdb chore: Prepare release 1.10.9
  • 68cb72f refactor: Use new autorefs syntax
  • 2299ab5 build: Explicitly depend on mkdocs-autorefs to be able to specify lower bound
  • 81d698e chore: Clean up check duty
  • See full diff in compare view

Updates paginate from 0.5.6 to 0.5.7

Changelog

Sourced from paginate's changelog.

Version 0.5.7 - 2024-08-25

Changes:

  • Fixed metadata for pypi
  • Added a wheel release
  • Fixed tests for python 3.12
Commits
  • b02abe4 fixes #20 prepare new release
  • 9c88317 fixes #19 solve incorrect type handling on python 3.12
  • 9303d94 Merge pull request #21 from Pylons/dev
  • 5a984f6 setup github actions
  • 2c8d8a9 Merge pull request #18 from timgates42/bugfix_typo_easily
  • 12af5f2 docs: fix simple typo, easly -> easily
  • 0ec779a Merge pull request #16 from timgates42/bugfix_typo_substitute
  • c62a1c5 docs: Fix simple typo, substiture -> substitute
  • 07e6f62 tests: add travis
  • 1e4c2fb setup: add support for tox
  • Additional commits viewable in compare view

Updates pbr from 6.0.0 to 6.1.0

Updates pipdeptree from 2.23.1 to 2.23.3

Release notes

Sourced from pipdeptree's releases.

2.23.3

Full Changelog: tox-dev/pipdeptree@2.23.2...2.23.3

2.23.2

What's Changed

Full Changelog: tox-dev/pipdeptree@2.23.1...2.23.2

Commits

Updates platformdirs from 4.2.2 to 4.3.1

Release notes

Sourced from platformdirs's releases.

4.3.1

Full Changelog: tox-dev/platformdirs@4.3.0...4.3.1

4.3.0

What's Changed

New Contributors

Full Changelog: tox-dev/platformdirs@4.2.2...4.3.0

Commits
  • 49a89ef Update README.rst
  • 4851532 Update README.rst
  • 330b272 Ensure PlatformDirs is valid superclass type for mypy AND not an abstract cla...
  • 1ca8592 Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#297)
  • 6ac03f5 [pre-commit.ci] pre-commit autoupdate (#293)
  • 9e539d7 Use include-hidden-files: true to upload coverage artifacts (#298)
  • 6a0ff60 [pre-commit.ci] pre-commit autoupdate (#288)
  • 8f59e91 Test with latest PyPy (#290)
  • 27b1fcf Test with Python 3.13 (#289)
  • 42c6262 [pre-commit.ci] pre-commit autoupdate (#287)
  • Additional commits viewable in compare view

Updates pytest-env from 1.1.3 to 1.1.4

Release notes

Sourced from pytest-env's releases.

1.1.4

Full Changelog: pytest-dev/pytest-env@1.1.3...1.1.4

Commits
  • 4d5015b Bump tools and dependencies and support 3.13
  • e95bd81 Bump tools and dependencies and support 3.13
  • 880f318 [pre-commit.ci] pre-commit autoupdate (#96)
  • da9b992 Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 (#98)
  • b398758 [pre-commit.ci] pre-commit autoupdate (#95)
  • edf092e [pre-commit.ci] pre-commit autoupdate (#94)
  • 476f5e2 [pre-commit.ci] pre-commit autoupdate (#93)
  • 8413e95 [pre-commit.ci] pre-commit autoupdate (#92)
  • 7af6ff8 [pre-commit.ci] pre-commit autoupdate (#91)
  • 66a96b1 Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#90)
  • Additional commits viewable in compare view

Updates rich from 13.7.1 to 13.8.0

Release notes

Sourced from rich's releases.

The Thanks for your patience Release

This is a fairly large update. Mostly an accumulation of small fixes and enhancements. Nothing qualifies as a *breaking change (for some definition), but there may be some subtly changes to output. Check below for anything that might affect you!

[13.8.0] - 2024-08-26

Fixed

Changed

  • RichHandler errors and warnings will now use different colors (red and yellow) Textualize/rich#2825
  • Removed the empty line printed in jupyter while using Progress Textualize/rich#2616
  • Running tests in environment with FORCE_COLOR or NO_COLOR environment variables
  • ansi decoder will now strip problematic private escape sequences (like \x1b7) Textualize/rich#3278
  • Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes

Added

  • Adds a case_sensitive parameter to prompt.Prompt. This determines if the response is treated as case-sensitive. Defaults to True.
  • Added Console.on_broken_pipe Textualize/rich#3468
Changelog

Sourced from rich's changelog.

[13.8.0] - 2024-08-26

Fixed

Changed

  • RichHandler errors and warnings will now use different colors (red and yellow) Textualize/rich#2825
  • Removed the empty line printed in jupyter while using Progress Textualize/rich#2616
  • Running tests in environment with FORCE_COLOR or NO_COLOR environment variables
  • ansi decoder will now strip problematic private escape sequences (like \x1b7) Textualize/rich#3278
  • Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes

Added

  • Adds a case_sensitive parameter to prompt.Prompt. This determines if the response is treated as case-sensitive. Defaults to True.
  • Added Console.on_broken_pipe Textualize/rich#3468
Commits

Updates types-setuptools from 73.0.0.20240822 to 74.1.0.20240907

Commits

Updates virtualenv from 20.26.3 to 20.26.4

Release notes

Sourced from virtualenv's releases.

20.26.4

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.26.3...20.26.4

Changelog

Sourced from virtualenv's changelog.

v20.26.4 (2024-09-07)

Bugfixes - 20.26.4

- no longer create `()` output in console during activation of a virtualenv by .bat file. (:issue:`2728`)
- Upgrade embedded wheels:
  • wheel to 0.44.0 from 0.43.0
  • pip to 24.2 from 24.1
  • setuptools to 74.1.2 from 70.1.0 (:issue:2760)
Commits

Updates watchdog from 4.0.2 to 5.0.2

Release notes

Sourced from watchdog's releases.

5.0.2

  • Enable OS specific Mypy checks (

Bumps the dependencies group with 18 updates in the /.config directory:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
| [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.1` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.0` |
| [linkchecker](https://github.com/linkchecker/linkchecker) | `10.4.0` | `10.5.0` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.1.0` | `1.2.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.33` | `9.5.34` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.1` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.10.8` | `1.11.1` |
| [paginate](https://github.com/Signum/paginate) | `0.5.6` | `0.5.7` |
| [pbr](https://docs.openstack.org/pbr/latest/) | `6.0.0` | `6.1.0` |
| [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.23.1` | `2.23.3` |
| [platformdirs](https://github.com/platformdirs/platformdirs) | `4.2.2` | `4.3.1` |
| [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.3` | `1.1.4` |
| [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.0` |
| [types-setuptools](https://github.com/python/typeshed) | `73.0.0.20240822` | `74.1.0.20240907` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.26.4` |
| [watchdog](https://github.com/gorakhargosh/watchdog) | `4.0.2` | `5.0.2` |



Updates `certifi` from 2024.7.4 to 2024.8.30
- [Commits](certifi/python-certifi@2024.07.04...2024.08.30)

Updates `cffi` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.17.0...v1.17.1)

Updates `cryptography` from 43.0.0 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...43.0.1)

Updates `filelock` from 3.15.4 to 3.16.0
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.15.4...3.16.0)

Updates `linkchecker` from 10.4.0 to 10.5.0
- [Release notes](https://github.com/linkchecker/linkchecker/releases)
- [Changelog](https://github.com/linkchecker/linkchecker/blob/master/doc/changelog.txt)
- [Commits](linkchecker/linkchecker@v10.4.0...v10.5.0)

Updates `mkdocs-autorefs` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/mkdocstrings/autorefs/releases)
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/autorefs@1.1.0...1.2.0)

Updates `mkdocs-material` from 9.5.33 to 9.5.34
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.33...9.5.34)

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

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

Updates `paginate` from 0.5.6 to 0.5.7
- [Changelog](https://github.com/Pylons/paginate/blob/master/CHANGELOG.txt)
- [Commits](Pylons/paginate@0.5.6...0.5.7)

Updates `pbr` from 6.0.0 to 6.1.0

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

Updates `platformdirs` from 4.2.2 to 4.3.1
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.2.2...4.3.1)

Updates `pytest-env` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](pytest-dev/pytest-env@1.1.3...1.1.4)

Updates `rich` from 13.7.1 to 13.8.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.1...v13.8.0)

Updates `types-setuptools` from 73.0.0.20240822 to 74.1.0.20240907
- [Commits](https://github.com/python/typeshed/commits)

Updates `virtualenv` from 20.26.3 to 20.26.4
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.26.3...20.26.4)

Updates `watchdog` from 4.0.2 to 5.0.2
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](gorakhargosh/watchdog@v4.0.2...v5.0.2)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: linkchecker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-autorefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: paginate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pbr
  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-patch
  dependency-group: dependencies
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest-env
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: watchdog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

sonarcloud bot commented Sep 8, 2024

@ansibuddy ansibuddy merged commit c58deaf into main Sep 8, 2024
25 of 27 checks passed
@ansibuddy ansibuddy deleted the dependabot/pip/dot-config/dependencies-e7828667c4 branch September 8, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant