Skip to content

Bump docstring-parser from 0.17.0 to 0.18.0 - #416

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/docstring-parser-0.18.0
Open

Bump docstring-parser from 0.17.0 to 0.18.0#416
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/docstring-parser-0.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Copy link
Copy Markdown
Contributor

Bumps docstring-parser from 0.17.0 to 0.18.0.

Changelog

Sourced from docstring-parser's changelog.

0.18 (2026-04-14)

  • General: Allow parse() to work with missing __doc__ (thanks to @​jamesbraza)
  • General: Officially support Python 3.14 (thanks to @​mauvilsa)
  • General: Exclude docstring_parser.tests from built wheels (thanks to @​gvalkov)
  • Epydoc: Add missing attribute parsing, which includes the "@​ivar", "@​cvar" and "@​var" syntax (thanks to @​Masara)
  • Numpydoc: Add support for defaults in type declarations and improve compose behavior (thanks to @​jwlodek)

0.17 (2025-07-21)

  • General: Replace poetry with hatchling (thanks to @​LecrisUT)
  • General: Drop support for Python 3.6 and 3.7 (thanks to @​LecrisUT)
  • General: Officially support Python 3.13 (thanks to @​mauvilsa)
  • General: Publish packages to PyPI with digital attestations (thanks to @​mauvilsa)
  • Google: Fix multi-line parameter definitions (thanks to @​coolbeevip)
  • Attrdoc: Remove use of deprecated ast classes (thanks to @​fedepell)

0.16 (2024-03-15)

  • Parser: add a new property, description, that combines short and long descriptions into a single string (thanks to @​pR0Ps)
  • General: support Python 3.12 (thanks to @​mauvilsa)

0.15 (2022-09-05)

  • Parser: add a new function, parse_from_object, that supports scattered docstrings (thanks to @​mauvilsa)

0.14.1 (2022-04-27)

  • Parser: fix autodetection (regression from 0.14)

0.14 (2022-04-25)

  • Numpydoc: Improved support for Example / Examples section

0.13 (2021-11-17)

  • Google: Added support for Example / Examples section

0.12 (2021-10-15)

  • General: Added support for lone :rtype: meta information (thanks to @​abergou)

0.11 (2021-09-30)

  • General: Started tracking changes
  • General: Added ability to combine function docstrings (thanks to @​abergou)
  • ReST: Added support for :type: and :rtype: (thanks to @​abergou)
Commits
  • 87dca55 Bump version: 0.17.0 → 0.18.0
  • 059d189 Support Python 3.14 (#111)
  • 9f8501f Remove docstring_parser.tests from bdist (#107)
  • 352ac5a Add support for setting default value in type declaration for numpydoc, vario...
  • 434078c build: fix builds
  • fd6fe7b epydoc: add missing attribute parsing
  • 37fac3d docs: fix missing changelog
  • b4a3c48 Allowing parse to work with missing __doc__ (#103)
  • See full diff in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docstring-parser](https://github.com/rr-/docstring_parser) from 0.17.0 to 0.18.0.
- [Changelog](https://github.com/rr-/docstring_parser/blob/master/CHANGELOG.md)
- [Commits](rr-/docstring_parser@0.17.0...0.18.0)

---
updated-dependencies:
- dependency-name: docstring-parser
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner April 17, 2026 16:08
@codecov

codecov Bot commented Apr 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.19%. Comparing base (fa9f91d) to head (52552f1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #416   +/-   ##
=======================================
  Coverage   60.19%   60.19%           
=======================================
  Files          30       30           
  Lines        1570     1570           
  Branches      215      215           
=======================================
  Hits          945      945           
  Misses        605      605           
  Partials       20       20           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants