Skip to content

Chore(deps): Update verlib2 requirement from <0.3 to <0.4 #213

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

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Updates the requirements on verlib2 to permit the latest version.

Release notes

Sourced from verlib2's releases.

v0.3.1

What's changed?

  • Fixed packaging

Full Changelog: pyveci/verlib2@v0.3.0...v0.3.1

Changelog

Sourced from verlib2's changelog.

2025-02-11 v0.3.1

  • Fixed packaging

2025-02-11 v0.3.0

  • Added original distutils/version.py from Python 3.11.11. Because some custom version implementations derive from it, it is a good idea to have it around for Python 3.12 and higher.
  • Fixed verlib2.__version__, now using importlib.metadata.

2025-02-02 v0.2.1

  • Maintenance release including a minor change about a mypy admonition left operand of "and" is always true, ca3fb2d6da8.

2023-10-24 v0.2.0

  • Add version property for backward-compatibility with distutils.version

2023-10-14 v0.1.0

  • First release
Commits
  • 04df668 Release v0.3.1
  • 948cce1 Chore: Fix packaging
  • baf7254 Release v0.3.0
  • 25595b0 distutils: Skip strict-parsing versions like 0.2.1.post3+g2cb3e
  • 7753fb3 Linting: Remove Black. Ruff is excellent, and faster.
  • 5b39f26 distutils: Update deprecation warning message, referring to verlib2
  • 9b63a02 CI: Validate on all available Python versions
  • c28939c CI: Fix mypy configuration
  • 6f8adb9 Fix verlib2.__version__, now using importlib.metadata
  • 4d2bac5 Add original distutils/version.py from Python 3.11.11
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Updates the requirements on [verlib2](https://github.com/pyveci/verlib2) to permit the latest version.
- [Release notes](https://github.com/pyveci/verlib2/releases)
- [Changelog](https://github.com/pyveci/verlib2/blob/main/CHANGES.md)
- [Commits](pyveci/verlib2@v0.1.0...v0.3.1)

---
updated-dependencies:
- dependency-name: verlib2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from amotl as a code owner February 17, 2025 07:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2025
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.34%. Comparing base (290a091) to head (e5dddc7).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   92.34%   92.34%           
=======================================
  Files          27       27           
  Lines        1816     1816           
=======================================
  Hits         1677     1677           
  Misses        139      139           
Flag Coverage Δ
unittests 92.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@amotl amotl merged commit 5cb4711 into main Feb 17, 2025
7 checks passed
@amotl amotl deleted the dependabot/pip/verlib2-lt-0.4 branch February 17, 2025 08:10
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.

1 participant