Skip to content

Commit

Permalink
chore(python): Bump the python group in /py-polars with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python group in /py-polars with 3 updates: [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [typos](https://github.com/crate-ci/typos).


Updates `pytest-codspeed` from 2.2.1 to 3.0.0
- [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases)
- [Commits](CodSpeedHQ/pytest-codspeed@v2.2.1...v3.0.0)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `typos` from 1.26.8 to 1.27.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.26.8...v1.27.0)

---
updated-dependencies:
- dependency-name: pytest-codspeed
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: typos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 865a02d commit dd1d3ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions py-polars/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ hypothesis
# -------

pytest==8.3.2
pytest-codspeed==2.2.1
pytest-cov==5.0.0
pytest-codspeed==3.0.0
pytest-cov==6.0.0
pytest-xdist==3.6.1

# Need moto.server to mock s3fs - see: https://github.com/aio-libs/aiobotocore/issues/755
Expand Down
2 changes: 1 addition & 1 deletion py-polars/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mypy[faster-cache]==1.13.0
ruff==0.7.1
typos==1.26.8
typos==1.27.0

0 comments on commit dd1d3ec

Please sign in to comment.