Skip to content

Bump parver from 0.5 to 1.0.1.post0 in /.github/workflows - #1184

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dot-github/workflows/dev/parver-1.0.1.post0
Open

Bump parver from 0.5 to 1.0.1.post0 in /.github/workflows#1184
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dot-github/workflows/dev/parver-1.0.1.post0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps parver from 0.5 to 1.0.1.post0.

Changelog

Sourced from parver's changelog.

Changelog

.. towncrier-draft-entries:: |release| (Unreleased Draft)

.. towncrier release notes start

1.0.1 (2026-07-30)

Added


- Support for Python 3.15. (`[#96](https://github.com/RazerM/parver/issues/96) <https://github.com/RazerM/parver/issues/96>`_)

Fixed

  • Removed an outdated documentation note claiming version strings are always converted to lowercase. ([#95](https://github.com/RazerM/parver/issues/95) <https://github.com/RazerM/parver/issues/95>_)
  • :exc:~parver.LeadingZerosError was not picklable. ([#115](https://github.com/RazerM/parver/issues/115) <https://github.com/RazerM/parver/issues/115>_)
  • ReleaseInt.__repr__ dropped leading zeros for numbers with 15 or more digits due to floating-point imprecision. ([#116](https://github.com/RazerM/parver/issues/116) <https://github.com/RazerM/parver/issues/116>_)

1.0 (2026-05-19)

Added


- New parser which preserves case and leading zeros.

.. tab:: v1.0

  .. code-block:: python3
  &amp;gt;&amp;gt;&amp;gt; Version.parse(&amp;quot;2026.05BETA&amp;quot;)
  &amp;lt;Version '2026.05BETA'&amp;gt;

.. tab:: v0.5

  .. code-block:: python
  &amp;gt;&amp;gt;&amp;gt; Version.parse(&amp;quot;2026.05BETA&amp;quot;)
  &amp;lt;Version '2026.5beta'&amp;gt;

  • Improved error messages.

    .. tab:: v1.0

</tr></table>

... (truncated)

Commits
  • 923127e Release 1.0.1.post0 for changelog fix
  • 6b4fe34 uv lock changes
  • cff8273 Fix towncrier heading style
  • c0b15db Finalise 1.0.1
  • 246903d Merge pull request #116 from RazerM/fix/release-int-repr
  • d9b1220 Merge pull request #106 from RazerM/dependabot/uv/soupsieve-2.8.4
  • cccb075 Merge pull request #110 from RazerM/dependabot/github_actions/actions/checkou...
  • 8d3a163 Merge pull request #111 from RazerM/dependabot/github_actions/j178/prek-actio...
  • 934b0a1 Merge pull request #112 from RazerM/dependabot/github_actions/pypa/gh-action-...
  • 243f5cf Merge pull request #113 from RazerM/dependabot/github_actions/actions/setup-p...
  • Additional commits viewable 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 [parver](https://github.com/RazerM/parver) from 0.5 to 1.0.1.post0.
- [Changelog](https://github.com/RazerM/parver/blob/main/CHANGELOG.rst)
- [Commits](RazerM/parver@0.5...1.0.1.post0)

---
updated-dependencies:
- dependency-name: parver
  dependency-version: 1.0.1.post0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 3, 2026
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants