-
Notifications
You must be signed in to change notification settings - Fork 139
Bump the python-packages group with 15 updates #975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the python-packages group with 15 updates: | Package | From | To | | --- | --- | --- | | [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.27` | `9.5.43` | | [mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings) | `0.25.1` | `0.26.2` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2.post1` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.4` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.0` | `0.7.1` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.13.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` | | [pytest-httpbin](https://github.com/kevin1024/pytest-httpbin) | `2.0.0` | `2.1.0` | | [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.32.0` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.2` | `3.10.10` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.7.5` | `3.9.2` | | [pyinstrument](https://github.com/joerick/pyinstrument) | `4.6.2` | `5.0.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.27 to 9.5.43 - [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.43) Updates `mkdocstrings[python-legacy]` from 0.25.1 to 0.26.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.26.2) Updates `build` from 1.2.1 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.1...1.2.2.post1) Updates `coverage[toml]` from 7.5.4 to 7.6.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.4...7.6.4) Updates `ruff` from 0.5.0 to 0.7.1 - [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.7.1) Updates `mypy` from 1.10.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.13.0) Updates `pytest` from 8.2.2 to 8.3.3 - [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.3) Updates `pytest-httpbin` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/kevin1024/pytest-httpbin/releases) - [Changelog](https://github.com/kevin1024/pytest-httpbin/blob/master/release.py) - [Commits](kevin1024/pytest-httpbin@v2.0.0...v2.1.0) Updates `uvicorn` from 0.30.1 to 0.32.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.30.1...0.32.0) Updates `aiohttp` from 3.10.2 to 3.10.10 - [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.10.2...v3.10.10) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.2.3) Updates `matplotlib` from 3.7.5 to 3.9.2 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.7.5...v3.9.2) Updates `pyinstrument` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/joerick/pyinstrument/releases) - [Commits](joerick/pyinstrument@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-autorefs dependency-type: direct:production update-type: version-update:semver-minor 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-minor dependency-group: python-packages - dependency-name: build 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-minor 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: pytest-httpbin 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-minor dependency-group: python-packages - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyinstrument dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 15 updates:
1.6.01.6.11.0.11.2.09.5.279.5.430.25.10.26.21.2.11.2.2.post17.5.47.6.40.5.00.7.11.10.11.13.08.2.28.3.32.0.02.1.00.30.10.32.03.10.23.10.102.2.22.2.33.7.53.9.24.6.25.0.0Updates
mkdocsfrom 1.6.0 to 1.6.1Release notes
Sourced from mkdocs's releases.
Commits
bb7e8b6Version 1.6.1. (#3819)0b22a52Merge pull request #3795 from mkdocs/tomchristie-patch-1695d8edMerge pull request #3808 from razorblack/master347e79fMerge pull request #3817 from gesslar/patch-1200f6f9Update configuration.md05a64b4Use utc timezones consistently9204eb6Merge pull request #3809 from pawamoy/warnings-controla16d60fMerge pull request #3804 from KenSentMe/mastere72c7d0Merge pull request #3784 from squidfunk/fix/docker-warningd737625Merge pull request #3774 from squidfunk/fix/dropdownUpdates
mkdocs-autorefsfrom 1.0.1 to 1.2.0Release notes
Sourced from mkdocs-autorefs's releases.
Changelog
Sourced from mkdocs-autorefs's changelog.
Commits
40940c5chore: Prepare release 1.2.0fb8df98feat: Provide hook interface, use it to expand identifiers, attach additional...b36a0d1fix: Don't ignore identifiers containing spaces and slashes4f2be46refactor: Emit deprecation warnings when old-style spans are founde422990chore: Add YORE comments2916eb2feat: Add option to resolve autorefs to closest URLs when multiple ones are f...a927babdocs: Reword plugin class docstringa99a99crefactor: Remove unnecessary try/else clause0cedf9drefactor: Use%sformatting instead of f-strings in log messagesa6e3090chore: Clean up check dutyUpdates
mkdocs-materialfrom 9.5.27 to 9.5.43Release notes
Sourced from mkdocs-material's releases.
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
8a60b49Prepare 9.5.43 releasef82a345Documentation4918a10Added support for quoted external CSS URLs in privacy plugin (#7651)7dc96f1Added support for downloading external images in SVG for privacy plugin (#7650)1357cd2Updated dependencies198a680Documentation (#7633)9aebe14Updated dependenciesf3a390ePrepare 9.5.42 releaseade227cUpdated README.md (#7631)cc1508fFixed encoding of boolean attributes in privacy pluginUpdates
mkdocstrings[python-legacy]from 0.25.1 to 0.26.2Release notes
Sourced from mkdocstrings[python-legacy]'s releases.
Changelog
Sourced from mkdocstrings[python-legacy]'s changelog.
Commits
bcdfc70chore: Prepare release 0.26.2f26edebbuild: Drop support for Python 3.8b383527chore: Template upgrade7f35f56docs: Remove sponsors only mention for mkdocstrings-shell651d176chore: Prepare release 0.26.1db2ab34fix: Instantiate config of the autorefs plugin when it is not enabled by the ...a65035adocs: Clarify that Installation sectionb1aa042chore: Prepare release 0.26.0b63e726feat: Allow hooking into autorefs when converting Markdown docstrings3c878b7chore: Upgrade mkdocs-redirects lower bound to avoid deprecation warningUpdates
buildfrom 1.2.1 to 1.2.2.post1Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
Commits
2f66702chore: 1.2.2.post1 (#820)0580c6dci: add PyPI attestations (#821)e0e911ctests: fix under pyproject-hooks 1.2a73ecbdpre-commit: bump repositories56b3504pre-commit: bump repositories (#819)481ca54pre-commit: bump repositories (#818)025836adocs: add a missing ` in README (#817)ae37340docs: mention conda-forge name in README (#816)f81aac0ci: add Python 3.13 (#815)3b0b5d0docs: changelog for 1.2.2 (#812)Updates
coverage[toml]from 7.5.4 to 7.6.4Release notes
Sourced from coverage[toml]'s releases.
... (truncated)
Changelog
Sourced from coverage[toml]'s changelog.
... (truncated)
Commits
f24f76bdocs: sample HTML for 7.6.496e10f7docs: prep for 7.6.4b8c236afix: multi-line with-statements exit correctly. #188064b7a45docs: another discord reference68d7427docs: Python Discord43adceabuild: include 3.14 in the usual Pythonsfb2b49fbuild: github_releases can update older releases, and pauses to get the sorti...ca550ca3.0b2 wasn't correctly titleddebcc77build: bump version342a4cbdocs: sample HTML for 7.6.3Updates
rufffrom 0.5.0 to 0.7.1Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
337af83Bump version to 0.7.1 (#13913)113ce84Fixnormalizearguments whenfstring_formattingis disabled (#13910)7272f83Fix preview style name incan_omit_parenthesesto is_f_string_formatting_en...3eb4546[red-knot] Format mdtest Python snippets more concisely (#13905)77ae0cc[red-knot] Infer subscript expression types for bytes literals (#13901)73ee72bJoin implicit concatenated strings when they fit on a line (#13663)e402e27Use referencial equality intraversalhelper methods (#13895)de4181dRemove "default" remark fromruff check(#13900)2c57c2d[red-knot] Type narrowing forisinstancechecks (#13894)72c18c8Fix E221 and E222 to flag missing or extra whitespace around==operator (#...Updates
mypyfrom 1.10.1 to 1.13.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
eb31034Bump version to 1.13.02eeb588Update changelog for 1.12.1 (#17999)bc0386bChangelog for 1.13 (#18000)5c4d2dbAdd faster-cache extra, test in CI (#17978)854ad18Make is_sub_path faster (#17962)50aa4caSpeed up stubs suggestions (#17965)7c27808Use orjson instead of json, when available (#17955)2cd2406Use fast path in modulefinder more often (#17950)e20aaeeLet mypyc optimise os.path.join (#17949)159974cUse sha1 for hashing (#17953)Updates
pytestfrom 8.2.2 to 8.3.3Release notes
Sourced from pytest's releases.