uds icon indicating copy to clipboard operation
uds copied to clipboard

Update aenum requirement from <3.1.13,>=3.0.0 to >=3.0.0,<3.1.16

Open dependabot[bot] opened this issue 2 years ago • 2 comments

Depedabot

Updates the requirements on aenum to permit the latest version.

Commits

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Description

As a developer, I would like to have aenum dependency bumped so I can use the latest version. As a user, I would love to have support for older aenum versions.

Testing

  • CI/CD is passing

Acceptance Criteria

  • [optional] support for both new (3.1.16) and old (<3.1.13) aenum versions
  • precise (which versions are supported) aenum dependency is provided
  • code is reworked to support new aenum version but the functionality stays the same

dependabot[bot] avatar Oct 24 '23 06:10 dependabot[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (15ab1d5) to head (d2dd7be). Report is 4 commits behind head on main.

:exclamation: Current head d2dd7be differs from pull request most recent head b1e91b9. Consider uploading reports for the commit b1e91b9 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #234   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           39        39           
  Lines         2346      2355    +9     
=========================================
+ Hits          2346      2355    +9     
Flag Coverage Δ
integration-tests ?
unit-tests 100.00% <ø> (ø)

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

see 10 files with indirect coverage changes

codecov[bot] avatar Oct 24 '23 07:10 codecov[bot]

new aenum version is not compatible let's inverstigate the matter in the next package release (4)

mdabrowski1990 avatar Oct 24 '23 13:10 mdabrowski1990