Skip to content

Commit

Permalink
Update aenum requirement from <3.1.13,>=3.0.0 to >=3.0.0,<3.1.16
Browse files Browse the repository at this point in the history
Updates the requirements on [aenum](https://github.com/ethanfurman/aenum) to permit the latest version.
- [Commits](https://github.com/ethanfurman/aenum/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 6d7bacb commit d2dd7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ maintainers = [
{name="UDS Package Development", email="uds-package-development@googlegroups.com"},
]
dependencies = [
"aenum >=3.0.0, <3.1.13", # version 3.1.13 contains a breaking change (potentially a defect)
"aenum >=3.0.0, <3.1.16", # version 3.1.13 contains a breaking change (potentially a defect)
"python-can == 4.*"
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aenum >=3.0.0, <3.1.13 # version 3.1.13 contains a breaking change (potentially a defect)
aenum >=3.0.0, <3.1.16 # version 3.1.13 contains a breaking change (potentially a defect)
python-can==4.*

0 comments on commit d2dd7be

Please sign in to comment.