Skip to content

Commit

Permalink
chore(deps): bump the python-packages group with 4 updates (#149)
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 4 updates: [mypy](https://github.com/python/mypy), [pydantic](https://github.com/pydantic/pydantic), [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) and [ruff](https://github.com/astral-sh/ruff).


Updates `mypy` from 1.13.0 to 1.14.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.0)

Updates `pydantic` from 2.10.3 to 2.10.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.3...v2.10.4)

Updates `pydata-sphinx-theme` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases)
- [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md)
- [Commits](pydata/pydata-sphinx-theme@v0.16.0...v0.16.1)

Updates `ruff` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.3...0.8.4)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pydata-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent e7d42d7 commit b6c91c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
autodoc-pydantic==2.2.0
build==1.2.2.post1
mypy==1.13.0
mypy==1.14.0
pre-commit==4.0.1
pydantic==2.10.3
pydata_sphinx_theme==0.16.0
pydantic==2.10.4
pydata_sphinx_theme==0.16.1
pytest==8.3.4
rich==13.9.4
ruff==0.8.3
ruff==0.8.4
setuptools-scm==8.1.0
sphinx<8.2
wheel==0.45.1

0 comments on commit b6c91c5

Please sign in to comment.