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

Bump all py-lint-related package versions #2600

Merged
merged 2 commits into from
Jul 4, 2023
Merged
Changes from all commits
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
16 changes: 8 additions & 8 deletions rerun_py/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
black==23.1.0
blackdoc==0.3.6
mypy==1.0.1
numpy==1.23 # For mypy plugin
pip-check-reqs==2.4.3 # Checks for missing deps in requirements.txt files
pyupgrade==2.37.3
ruff==0.0.251
types-Deprecated==1.2.9
black==23.3.0
blackdoc==0.3.8
mypy==1.4.1
numpy>=1.24 # For mypy plugin
pip-check-reqs==2.4.4 # Checks for missing deps in requirements.txt files
pyupgrade==3.8.0
ruff==0.0.276
types-Deprecated==1.2.9.2
types-requests>=2.31,<3