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

Use python version specifier that dependabot can understand #212

Merged
merged 1 commit into from
May 14, 2024

Conversation

wookie184
Copy link
Contributor

Dependabot was failing with logs saying Illformed requirement ["~>3.11.0 || 3"]

Confirmed on a fork that this was the issue, changing the python version specifier made dependabot alerts work properly.

Copy link

netlify bot commented May 14, 2024

Deploy Preview for bot-core ready!

Name Link
🔨 Latest commit f2c67b3
🔍 Latest deploy log https://app.netlify.com/sites/bot-core/deploys/664360971dd25f00081e5e32
😎 Deploy Preview https://deploy-preview-212--bot-core.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines -487 to -489
[package.dependencies]
tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Interesting, I think that 3.11.* includes alpha/beta releases, but ^3.11 doesn't. I think not including them is correct.

@ChrisLovering
Copy link
Member

I don't think we need to cut a release for this, since it's specifcally to fix a dependabot issue.

@ChrisLovering ChrisLovering merged commit 29234ba into main May 14, 2024
8 checks passed
@ChrisLovering ChrisLovering deleted the fix-dependabot branch May 14, 2024 13:08
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.

2 participants