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

update some dependency pins so we can build with Python=3.12 #645

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ pylint-flask = "0.6"
requirements-detector = ">=1.2.0"
PyYAML = "*"
mccabe = "^0.7.0"
flake8 = "<6.0.0"
pyflakes = ">=2.2.0,<3.*"
pycodestyle = ">=2.9.0"
flake8 = ">=6.0.0"
valeriupredoi marked this conversation as resolved.
Show resolved Hide resolved
pyflakes = ">=3.1.0,<3.2.0"
valeriupredoi marked this conversation as resolved.
Show resolved Hide resolved
pycodestyle = ">=2.11.0"
Copy link
Member

Choose a reason for hiding this comment

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

Why upgrade this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

let me remove this, and keep it as it was, I'll go test these more lax pins at the feedstock in this test PR conda-forge/prospector-feedstock#44 and if all's fine then we're good to go 🍺

Choose a reason for hiding this comment

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

@sbrunner Hey, there is actually an issue with pycodestyle, so it would be nice to update it too

pep8-naming = ">=0.3.3,<=0.10.0"
pydocstyle = ">=2.0.0"
dodgy = "^0.2.1"
Expand Down
Loading