skshetry / webdav4

WebDAV client library with a fsspec based filesystem and a CLI.
https://skshetry.github.io/webdav4
MIT License
66 stars 16 forks source link

bump Scheduled weekly dependency update for week 22 #109

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

Update Sphinx from 4.5.0 to 5.0.0.

Changelog ### 5.0.0 ``` * 9575: autodoc: The annotation of return value should not be shown when ``autodoc_typehints="description"`` * 9648: autodoc: ``*args`` and ``**kwargs`` entries are duplicated when ``autodoc_typehints="description"`` * 8180: autodoc: Docstring metadata ignored for attributes * 10443: epub: EPUB builder can't detect the mimetype of .webp file * 10104: gettext: Duplicated locations are shown if 3rd party extension does not provide correct information * 10456: py domain: ``:meta:`` fields are displayed if docstring contains two or more meta-field * 9096: sphinx-build: the value of progress bar for paralle build is wrong * 10110: sphinx-build: exit code is not changed when error is raised on builder-finished event ```
Links - PyPI: https://pypi.org/project/sphinx - Changelog: https://pyup.io/changelogs/sphinx/ - Homepage: https://www.sphinx-doc.org/

Update pylint from 2.13.8 to 2.13.9.

Changelog ### 2.13.9 ``` ============================ Release date: 2022-05-13 * Respect ignore configuration options with ``--recursive=y``. Closes 6471 * Fix false positives for ``no-name-in-module`` and ``import-error`` for ``numpy.distutils`` and ``pydantic``. Closes 6497 * Fix ``IndexError`` crash in ``uninferable_final_decorators`` method. Relates to 6531 * Fix a crash in ``unnecessary-dict-index-lookup`` when subscripting an attribute. Closes 6557 * Fix a crash when accessing ``__code__`` and assigning it to a variable. Closes 6539 * Fix a false positive for ``undefined-loop-variable`` when using ``enumerate()``. Closes 6593 ```
Links - PyPI: https://pypi.org/project/pylint - Changelog: https://pyup.io/changelogs/pylint/

Update mypy from 0.950 to 0.960.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/mypy - Homepage: http://www.mypy-lang.org/

Update types-python-dateutil from 2.8.14 to 2.8.17.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/types-python-dateutil - Repo: https://github.com/python/typeshed
codecov-commenter commented 2 years ago

Codecov Report

Merging #109 (5211f88) into main (8f34c15) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #109   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         3319      3319           
  Branches       382       382           
=========================================
  Hits          3319      3319           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8f34c15...5211f88. Read the comment docs.