Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90f4369

Browse files
Bump the python-packages group with 6 updates (Kludex#2549)
* Bump the python-packages group with 6 updates Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `14.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.3` | `0.8.4` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20240917` | `6.0.12.20241230` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.9` | `7.6.10` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.48` | `9.5.49` | Updates `websockets` from 13.1 to 14.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@13.1...14.1) Updates `ruff` from 0.8.3 to 0.8.4 - [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.8.3...0.8.4) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) Updates `types-pyyaml` from 6.0.12.20240917 to 6.0.12.20241230 - [Commits](https://github.com/python/typeshed/commits) Updates `coverage` from 7.6.9 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.9...7.6.10) Updates `mkdocs-material` from 9.5.48 to 9.5.49 - [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.48...9.5.49) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major 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: types-pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Trylesinski <[email protected]>
1 parent 80c0764 commit 90f4369

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎requirements.txt‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ build==1.2.2.post1
1414
twine==6.0.1
1515

1616
# Testing
17-
ruff==0.8.3
17+
ruff==0.8.4
1818
pytest==8.3.4
1919
pytest-mock==3.14.0
20-
mypy==1.13.0
20+
mypy==1.14.1
2121
types-click==7.1.8
22-
types-pyyaml==6.0.12.20240917
22+
types-pyyaml==6.0.12.20241230
2323
trustme==1.2.0
2424
cryptography==44.0.0
25-
coverage==7.6.9
25+
coverage==7.6.10
2626
coverage-conditional-plugin==0.9.0
2727
httpx==0.28.1
2828

2929
# Documentation
3030
mkdocs==1.6.1
31-
mkdocs-material==9.5.48
31+
mkdocs-material==9.5.49

0 commit comments

Comments
 (0)