Skip to content

Commit

Permalink
Bump the python-dependencies group with 4 updates (#2132)
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 4 updates: [lark](https://github.com/lark-parser/lark), [fastapi](https://github.com/fastapi/fastapi), [mike](https://github.com/jimporter/mike) and [uvicorn](https://github.com/encode/uvicorn).


Updates `lark` from 1.1.9 to 1.2.2
- [Release notes](https://github.com/lark-parser/lark/releases)
- [Changelog](https://github.com/lark-parser/lark/blob/master/CHANGELOG.md)
- [Commits](lark-parser/lark@1.1.9...1.2.2)

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

Updates `mike` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/jimporter/mike/releases)
- [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md)
- [Commits](jimporter/mike@v2.1.2...v2.1.3)

Updates `uvicorn` from 0.30.5 to 0.30.6
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.5...0.30.6)

---
updated-dependencies:
- dependency-name: lark
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mike
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

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 Aug 19, 2024
1 parent 8ab348f commit 729b10d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mike==2.1.2
mike==2.1.3
mkdocs==1.6.0
mkdocs-awesome-pages-plugin==2.9.3
mkdocs-material==9.5.31
Expand Down
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
elasticsearch==7.17.9
elasticsearch-dsl==7.4.1
fastapi==0.112.0
fastapi==0.112.1
mongomock==4.1.2
pymongo==4.8.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lark==1.1.9
lark==1.2.2
pydantic[email]==2.8.2
pydantic_settings==2.4.0
pyyaml==6.0.2
requests==2.32.3
uvicorn==0.30.5
uvicorn==0.30.6

0 comments on commit 729b10d

Please sign in to comment.