Skip to content

Commit

Permalink
Update boltons requirement from ~=21.0.0 to >=21.0,<24.2 (#931)
Browse files Browse the repository at this point in the history
Updates the requirements on [boltons](https://github.com/mahmoud/boltons) to permit the latest version.
- [Release notes](https://github.com/mahmoud/boltons/releases)
- [Changelog](https://github.com/mahmoud/boltons/blob/master/CHANGELOG.md)
- [Commits](mahmoud/boltons@21.0.0...24.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 48734f7 commit eae284b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
license = {file = "LICENSE"}
description = "A pluggable framework for building codemods in Python"
dependencies = [
"boltons~=21.0.0",
"boltons>=21.0,<24.2",
"GitPython<4",
"isort>=5.12,<5.14",
"libcst>=1.1,<1.6",
Expand Down

0 comments on commit eae284b

Please sign in to comment.