Skip to content

Commit 729b10d

Browse files
Bump the python-dependencies group with 4 updates (#2132)
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](Kludex/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>
1 parent 8ab348f commit 729b10d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mike==2.1.2
1+
mike==2.1.3
22
mkdocs==1.6.0
33
mkdocs-awesome-pages-plugin==2.9.3
44
mkdocs-material==9.5.31

requirements-server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
elasticsearch==7.17.9
22
elasticsearch-dsl==7.4.1
3-
fastapi==0.112.0
3+
fastapi==0.112.1
44
mongomock==4.1.2
55
pymongo==4.8.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
lark==1.1.9
1+
lark==1.2.2
22
pydantic[email]==2.8.2
33
pydantic_settings==2.4.0
44
pyyaml==6.0.2
55
requests==2.32.3
6-
uvicorn==0.30.5
6+
uvicorn==0.30.6

0 commit comments

Comments
 (0)