Skip to content
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

Switch from toml to tomli for TOML v1 compat #622

Merged
merged 2 commits into from Jul 15, 2021
Merged

Switch from toml to tomli for TOML v1 compat #622

merged 2 commits into from Jul 15, 2021

Conversation

hukkin
Copy link
Contributor

@hukkin hukkin commented Jul 12, 2021

Closes #621

@@ -35,7 +35,7 @@ py_modules = nbqa
install_requires =
ipython>=7.8.0
tokenize-rt>=3.2.0
toml
tomli<2.0.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want a different version constraint, but this is what I'd personally choose. You'll find my thoughts about this here psf/black#2301 (comment)

@MarcoGorelli
Copy link
Collaborator

awesome, thanks! there's a docs failure, don't know if it's related, I'll take a look later

@hukkin
Copy link
Contributor Author

hukkin commented Jul 12, 2021

👍 Seems unrelated as master branch was failing too. I fixed it by upper pinning Sphinx

@MarcoGorelli
Copy link
Collaborator

cool, thanks!

@MarcoGorelli MarcoGorelli merged commit a8bb13a into nbQA-dev:master Jul 15, 2021
@MarcoGorelli
Copy link
Collaborator

@all-contributors add @hukkin for maintenance

@allcontributors
Copy link
Contributor

@MarcoGorelli

I've put up a pull request to add @hukkin! 🎉

@hukkin hukkin deleted the tomli branch July 15, 2021 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use tomli instead of toml
2 participants