Skip to content

Commit

Permalink
chore(deps): update typing-extensions requirement
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent a62e0ae commit facacf0
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 @@ -39,7 +39,7 @@ dependencies = [
"click >= 8.1.7",
"pyyaml >= 6.0",
# Job Attachments
"typing_extensions == 4.7.*; python_version == '3.7'",
"typing_extensions >= 4.7,< 4.12; python_version == '3.7'",
"typing_extensions >= 4.8; python_version > '3.7'",
# Pinning due to 3.4 not being available upstream
"xxhash == 3.4.*",
Expand Down

0 comments on commit facacf0

Please sign in to comment.