Skip to content

Commit

Permalink
Bumped all py-lint-related package versions (#2600)
Browse files Browse the repository at this point in the history
### What

Most `py-lint`-related package are hard-pinned in
`requirements-lint.txt`, and some are quite behind (in particular
`mypy`). This PR bumps them all to their last version as of today.

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/2600) (if
applicable)

- [PR Build Summary](https://build.rerun.io/pr/2600)
- [Docs
preview](https://rerun.io/preview/pr%3Aantoine%2Fbump-py-lint-versions/docs)
- [Examples
preview](https://rerun.io/preview/pr%3Aantoine%2Fbump-py-lint-versions/examples)
  • Loading branch information
abey79 committed Jul 4, 2023
1 parent ef9386a commit a2e6739
Showing 1 changed file with 8 additions and 8 deletions.
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

1 comment on commit a2e6739

@github-actions
Copy link

Choose a reason for hiding this comment

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

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.25.

Benchmark suite Current: a2e6739 Previous: ef9386a Ratio
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at/default 387 ns/iter (± 2) 301 ns/iter (± 5) 1.29
datastore/num_rows=1000/num_instances=1000/packed=false/latest_at_missing/secondaries/default 464 ns/iter (± 1) 339 ns/iter (± 8) 1.37

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.