Skip to content

Commit

Permalink
Bump types-decorator from 5.1.8.20240310 to 5.1.8.20250121
Browse files Browse the repository at this point in the history
Bumps [types-decorator](https://github.com/python/typeshed) from 5.1.8.20240310 to 5.1.8.20250121.
- [Commits](https://github.com/python/typeshed/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent f38baee commit 36ac0e8
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 @@ -38,7 +38,7 @@ requests-oauthlib = "==2.0.0"
rich = "==13.9.4"
six = "==1.17.0"
tqdm = "==4.67.1"
types-decorator = "==5.1.8.20240310"
types-decorator = "==5.1.8.20250121"
typing-extensions = "==4.12.2"
url-normalize = "==1.4.3"
urllib3 = "==2.3.0"
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 @@ -31,7 +31,7 @@ requests-oauthlib==2.0.0; python_version >= '3.4'
rich==13.9.4; python_full_version >= '3.8.0'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.67.1; python_version >= '3.7'
types-decorator==5.1.8.20240310
types-decorator==5.1.8.20250121; python_version >= '3.9'
typing-extensions==4.12.2
url-normalize==1.4.3
urllib3==2.3.0; python_version >= '3.9'
Expand Down

0 comments on commit 36ac0e8

Please sign in to comment.