-
Notifications
You must be signed in to change notification settings - Fork 139
chore: Update many dependencies #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update many dependencies #279
Conversation
…o update-many-dependencies
…media-1.x' into update-many-dependencies
…r-2.x' into update-many-dependencies
…nto update-many-dependencies
…update-many-dependencies
…update-many-dependencies
…pdate-many-dependencies
…into update-many-dependencies
@@ -8,7 +8,7 @@ click==8.0.1 | |||
click-plugins==1.1.1 | |||
cligj==0.7.2 | |||
contextvars==2.4 | |||
dataclasses==0.6 | |||
dataclasses==0.6; python_version < '3.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presumably we can use dataclasses 0.8 here, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could, but since it's included in Python, why bother?
That's what I took from your comment on #264:
"No distribution found" -- Maybe this needs to be excluded from versions where the backport is not needed?
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Closes #276
Closes #270
Closes #269
Closes #268
Closes #264
🦕