Skip to content

Commit e32b117

Browse files
Bump the python-packages group with 10 updates
Updates the requirements on [trio](https://github.com/python-trio/trio), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings), [coverage[toml]](https://github.com/nedbat/coveragepy), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [pytest](https://github.com/pytest-dev/pytest), [uvicorn](https://github.com/encode/uvicorn), [aiohttp](https://github.com/aio-libs/aiohttp) and [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Updates `trio` to 0.26.0 - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](python-trio/trio@v0.22.0...v0.26.0) Updates `mkdocs-material` from 9.5.27 to 9.5.30 - [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.27...9.5.30) Updates `mkdocstrings[python-legacy]` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.1...0.25.2) Updates `coverage[toml]` from 7.5.4 to 7.6.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.4...7.6.0) Updates `ruff` from 0.5.0 to 0.5.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.0...0.5.5) Updates `mypy` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11.1) Updates `pytest` from 8.2.2 to 8.3.2 - [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.2.2...8.3.2) Updates `uvicorn` from 0.30.1 to 0.30.4 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.30.1...0.30.4) Updates `aiohttp` from 3.9.5 to 3.10.0 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.0) Updates `matplotlib` from 3.7.5 to 3.9.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.7.5...v3.9.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: mkdocstrings[python-legacy] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d87c9d commit e32b117

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.26.0",
44+
"trio>=0.22.0,<0.27.0",
4545
]
4646
asyncio = [
4747
"anyio>=4.0,<5.0",

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
# Docs
44
mkdocs==1.6.0
55
mkdocs-autorefs==1.0.1
6-
mkdocs-material==9.5.27
6+
mkdocs-material==9.5.30
77
mkdocs-material-extensions==1.3.1
8-
mkdocstrings[python-legacy]==0.25.1
8+
mkdocstrings[python-legacy]==0.25.2
99
jinja2==3.1.4
1010

1111
# Packaging
1212
build==1.2.1
1313
twine==5.1.1
1414

1515
# Tests & Linting
16-
coverage[toml]==7.5.4
17-
ruff==0.5.0
18-
mypy==1.10.1
16+
coverage[toml]==7.6.0
17+
ruff==0.5.5
18+
mypy==1.11.1
1919
trio-typing==0.10.0
20-
pytest==8.2.2
20+
pytest==8.3.2
2121
pytest-httpbin==2.0.0
2222
pytest-trio==0.8.0
2323
werkzeug<3.1 # See: https://github.com/psf/httpbin/issues/35
2424

2525
# Benchmarking and profiling
26-
uvicorn==0.30.1
27-
aiohttp==3.9.5
26+
uvicorn==0.30.4
27+
aiohttp==3.10.0
2828
urllib3==2.2.2
29-
matplotlib==3.7.5
29+
matplotlib==3.9.1
3030
pyinstrument==4.6.2

0 commit comments

Comments
 (0)