Skip to content

Commit 9cfdf2b

Browse files
Bump the pip group across 1 directory with 3 updates (#448)
Bumps the pip group with 3 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp), [platformdirs](https://github.com/tox-dev/platformdirs) and [rich](https://github.com/Textualize/rich). Updates `aiohttp` from 3.11.12 to 3.11.14 - [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.11.12...v3.11.14) Updates `platformdirs` from 4.3.6 to 4.3.7 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.3.6...4.3.7) Updates `rich` from 13.9.4 to 14.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.4...v14.0.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8831c8 commit 9cfdf2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ classifiers = [
2626
"Topic :: Scientific/Engineering :: Medical Science Apps.",
2727
]
2828
dependencies = [
29-
"aiohttp==3.11.12",
29+
"aiohttp==3.11.16",
3030
"colorama==0.4.6",
3131
"keyboard==0.13.5",
3232
"packaging==24.2",
33-
"platformdirs==4.3.6",
33+
"platformdirs==4.3.7",
3434
"pyserial==3.5",
3535
"python-socketio[asyncio_client]==5.12.1",
3636
"requests==2.32.3",
3737
"sensapex==1.400.3",
38-
"rich==13.9.4",
38+
"rich==14.0.0",
3939
"vbl-aquarium==1.0.0"
4040
]
4141

0 commit comments

Comments
 (0)