Skip to content

Commit

Permalink
Bump the dev-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [click](https://github.com/pallets/click) and [fastapi[all]](https://github.com/tiangolo/fastapi) to permit the latest version.

Updates `pydantic` to 2.6.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v0.0.2...v2.6.4)

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

Updates `fastapi[all]` to 0.110.0
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.1.11...0.110.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: click
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: fastapi[all]
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent fb6fd0c commit df6f2da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ dependencies = [
"nslsii",
"pyepics",
"aioca",
"pydantic<2.0",
"pydantic<3.0",
"stomp.py",
"aiohttp",
"PyYAML",
"click<8.1.4",
"fastapi[all]<0.99",
"click<8.1.8",
"fastapi[all]<0.111",
"uvicorn",
"requests",
"dls-bluesky-core", #requires ophyd-async
Expand Down

0 comments on commit df6f2da

Please sign in to comment.