Skip to content

Commit

Permalink
Bump the all group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [fastapi[standard]](https://github.com/fastapi/fastapi) | `0.115.5` | `0.115.6` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.9.3` | `3.10.0` |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.2` | `2.10.4` |


Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

Updates `fastapi[standard]` from 0.115.5 to 0.115.6
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.5...0.115.6)

Updates `jinja2` from 3.1.4 to 3.1.5
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

Updates `matplotlib` from 3.9.3 to 3.10.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.3...v3.10.0)

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

Updates `pydantic` from 2.10.2 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.2...v2.10.4)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: fastapi[standard]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 3e20022 commit 49a8e9e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cffi==1.17.1
# via argon2-cffi-bindings
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# -r requirements.in
# flask
Expand Down Expand Up @@ -125,7 +125,7 @@ exceptiongroup==1.2.2
# pytest
executing==2.1.0
# via stack-data
fastapi[standard]==0.115.5
fastapi[standard]==0.115.6
# via -r requirements.in
fastapi-cli[standard]==0.0.5
# via fastapi
Expand Down Expand Up @@ -205,7 +205,7 @@ itsdangerous==2.2.0
# via flask
jedi==0.19.2
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements.in
# fastapi
Expand Down Expand Up @@ -293,7 +293,7 @@ markupsafe==3.0.2
# jinja2
# nbconvert
# werkzeug
matplotlib==3.9.3
matplotlib==3.10.0
# via -r requirements.in
matplotlib-inline==0.1.7
# via
Expand All @@ -312,7 +312,7 @@ murmurhash==1.0.10
# preshed
# spacy
# thinc
mypy==1.13.0
mypy==1.14.1
# via
# -r requirements.in
# nb-mypy
Expand Down Expand Up @@ -453,7 +453,7 @@ pybind11==2.13.6
# ipybind
pycparser==2.22
# via cffi
pydantic==2.10.2
pydantic==2.10.4
# via
# -r requirements.in
# confection
Expand All @@ -463,7 +463,7 @@ pydantic==2.10.2
# sqlmodel
# thinc
# weasel
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pygments==2.18.0
# via
Expand All @@ -473,7 +473,7 @@ pygments==2.18.0
# rich
pyparsing==3.2.0
# via matplotlib
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements.in
# ipytest
Expand Down

0 comments on commit 49a8e9e

Please sign in to comment.