Skip to content

Commit c468024

Browse files
Bump the python-packages group with 4 updates (#890)
Updates the requirements on [trio](https://github.com/python-trio/trio), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [ruff](https://github.com/astral-sh/ruff) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `trio` to 0.24.0 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.22.0...v0.24.0) Updates `mkdocs-material` from 9.5.7 to 9.5.10 - [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.7...9.5.10) Updates `ruff` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.2.1...v0.2.2) Updates `pytest` from 8.0.0 to 8.0.1 - [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.0.0...8.0.1) --- updated-dependencies: - dependency-name: trio dependency-type: direct:production dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c02733d commit c468024

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ socks = [
4141
"socksio==1.*",
4242
]
4343
trio = [
44-
"trio>=0.22.0,<0.24.0",
44+
"trio>=0.22.0,<0.25.0",
4545
]
4646
asyncio = [
4747
"anyio>=4.0,<5.0",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Docs
44
mkdocs==1.5.3
55
mkdocs-autorefs==0.5.0
6-
mkdocs-material==9.5.7
6+
mkdocs-material==9.5.10
77
mkdocs-material-extensions==1.3.1
88
mkdocstrings[python-legacy]==0.24.0
99
jinja2==3.1.3
@@ -14,11 +14,11 @@ twine
1414

1515
# Tests & Linting
1616
coverage[toml]==7.4.1
17-
ruff==0.2.1
17+
ruff==0.2.2
1818
mypy==1.8.0
1919
trio-typing==0.10.0
2020
types-certifi==2021.10.8.3
21-
pytest==8.0.0
21+
pytest==8.0.1
2222
pytest-httpbin==2.0.0
2323
pytest-trio==0.8.0
2424
werkzeug<2.1 # See: https://github.com/postmanlabs/httpbin/issues/673

0 commit comments

Comments
 (0)