Skip to content

Commit

Permalink
Bump decorator from 5.1.1 to 5.2.1
Browse files Browse the repository at this point in the history
Bumps [decorator](https://github.com/micheles/decorator) from 5.1.1 to 5.2.1.
- [Release notes](https://github.com/micheles/decorator/releases)
- [Changelog](https://github.com/micheles/decorator/blob/5.2.1/CHANGES.md)
- [Commits](micheles/decorator@5.1.1...5.2.1)

---
updated-dependencies:
- dependency-name: decorator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 0b5d98c commit 454ca96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cattrs = "==24.1.2"
certifi = "==2025.1.31"
charset-normalizer = "==3.4.1"
click = "==8.1.8"
decorator = "==5.1.1"
decorator = "==5.2.1"
deprecated = "==1.2.18"
exceptiongroup = {version="==1.2.2", python_version="<'3.11'"}
humanize = "==4.12.1"
Expand Down
10 changes: 6 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cattrs==24.1.2
certifi==2025.1.31; python_version >= '3.6'
charset-normalizer==3.4.1; python_version >= '3.7'
click==8.1.8; python_version >= '3.7'
decorator==5.1.1
decorator==5.2.1; python_version >= '3.8'
deprecated==1.2.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
exceptiongroup==1.2.2; python_version < '3.11'
humanize==4.12.1; python_version >= '3.9'
Expand Down

0 comments on commit 454ca96

Please sign in to comment.