Skip to content

Commit

Permalink
Bump the python-dependencies group across 1 directory with 6 updates (#…
Browse files Browse the repository at this point in the history
…2139)

* Bump the python-dependencies group across 1 directory with 6 updates

Bumps the python-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
| [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.8.0` |
| [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.0.1` | `1.2.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.33` | `9.5.34` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.0` |



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

Updates `rich` from 13.7.1 to 13.8.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.1...v13.8.0)

Updates `mkdocs` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](mkdocs/mkdocs@1.6.0...1.6.1)

Updates `mkdocs-autorefs` from 1.0.1 to 1.2.0
- [Release notes](https://github.com/mkdocstrings/autorefs/releases)
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/autorefs@1.0.1...1.2.0)

Updates `mkdocs-material` from 9.5.33 to 9.5.34
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.33...9.5.34)

Updates `mkdocstrings[python]` from 0.25.2 to 0.26.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.25.2...0.26.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mkdocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mkdocs-autorefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mkdocstrings[python]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update requirements-http-client.txt

* Downgrade mkdocs-autorefs

* Add explicit dep on starlette and pin it to avoid 0.38.3

* Downgrade mkdocstrings

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Evans <[email protected]>
Co-authored-by: Matthew Evans <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2024
1 parent 07485d3 commit 36756a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ mongo = ["pymongo~=4.0", "mongomock~=4.1"]
server = [
"uvicorn[standard]~=0.19",
"fastapi>=0.103.1",
"starlette ~= 0.38.2, < 0.38.3", # Pin starlette to avoid breaking changes in 0.38.3, seemingly related to using private aspects of the httpx API in the test client https://github.com/encode/starlette/issues/2673
"pyyaml~=6.0",
"optimade[mongo]",
]
Expand All @@ -90,7 +91,7 @@ client = ["optimade[cif]"]
docs = [
"mike~=2.0",
"mkdocs~=1.4",
"mkdocs-autorefs~=1.0,<1.1",
"mkdocs-autorefs>=1,<2",
"mkdocs-awesome-pages-plugin~=2.8",
"mkdocs-material~=9.0",
"mkdocstrings[python]~=0.20",
Expand Down
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mike==2.1.3
mkdocs==1.6.0
mkdocs==1.6.1
mkdocs-autorefs==1.0.1
mkdocs-awesome-pages-plugin==2.9.3
mkdocs-material==9.5.33
mkdocs-material==9.5.34
mkdocstrings[python]==0.25.2
2 changes: 1 addition & 1 deletion requirements-http-client.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
click==8.1.7
httpx==0.27.0
rich==13.7.1
rich==13.8.0
1 change: 1 addition & 0 deletions requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ elasticsearch-dsl==7.4.1
fastapi==0.112.2
mongomock==4.1.2
pymongo==4.8.0
starlette==0.38.2

0 comments on commit 36756a1

Please sign in to comment.