-
Notifications
You must be signed in to change notification settings - Fork 139
Bump the python-packages group with 10 updates #939
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
Conversation
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](coveragepy/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](Kludex/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]>
20684a9 to
e32b117
Compare
| aiohttp==3.10.0 | ||
| urllib3==2.2.2 | ||
| matplotlib==3.7.5 | ||
| matplotlib==3.9.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This upgrade is breaking the builds.
I'd suggest that we drop the dependencies introduced in PR #923 out of the requirements.txt. We don't really want to be installing these during every CI run. Perhaps have a /benchmark directory with dependencies and the client/server scripts?
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Updates the requirements on trio, mkdocs-material, mkdocstrings[python-legacy], coverage[toml], ruff, mypy, pytest, uvicorn, aiohttp and matplotlib to permit the latest version.
Updates
trioto 0.26.0Release notes
Sourced from trio's releases.
Commits
e2e0521Bump version to 0.26.0e813d15Remove deprecated features5da94bfBump dependencies from commit 80eec9 (#3025)80eec96Add PosArgT typing to trio.run (#3022)a7db0e4[pre-commit.ci] pre-commit autoupdate (#3021)26cc6eeUse Typevar defaults forTaskStatusandMatcher(#3019)b93d8a6[pre-commit.ci] pre-commit autoupdate (#3020)53ff38aAdd Python 3.11 and 3.12 to Windows and MacOS matrices (#3017)451393a[docs] clarify checkpoint semantics for trio.open_nursery (#3011)0f5fc6cFixes for 3.13 (#3005)Updates
mkdocs-materialfrom 9.5.27 to 9.5.30Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
557a3d5Prepare 9.5.30 releasea798a0dFixed link in comment914bed2Updated dependencies906e966Fixed navigation icons disappearing on hover in Safari6b13c56Fixed blog readtime calculation to ignore non-content text (#7370)4f8081cPrepare 9.5.29 release33452c9Fixed annotations in figure captions672c403Documentation (#7361)c7c8fcbUpdated Galician translations5d1f77cDocumentationUpdates
mkdocstrings[python-legacy]from 0.25.1 to 0.25.2Release notes
Sourced from mkdocstrings[python-legacy]'s releases.
Changelog
Sourced from mkdocstrings[python-legacy]'s changelog.
Commits
afb2a2fchore: Prepare release 0.25.2e7c8abdtests: Ignore deprecation warnings for now924ecd8chore: Template upgradeda216b0ci: Ignore unused arg80ab498chore: Clean up pytest warning filters2e5f89erefactor: Give precedence to Markdown heading level (##)fb194d8chore: Clean upget_anchors64c5ff6chore: Improve code comments8013be4chore: Clean up unused conditionUpdates
coverage[toml]from 7.5.4 to 7.6.0Release notes
Sourced from coverage[toml]'s releases.
Changelog
Sourced from coverage[toml]'s changelog.
Commits
59a3cd7docs: sample HTML for 7.6.07f27fa7docs: prep for 7.6.06a268b0docs: issues closed by the json region reporting5bfe9e7chore: bump actions/setup-python from 5.1.0 to 5.1.1 (#1814)ab609efdocs: mention json region reporting in the changes92d96b9fix: json report needs 'no class' and 'no function' alsoe47e7e7refactor: move duplicate code into methods3d6be2bfix: json format should bump for regionsa9992d2test: add a test of json regions with branches8b89764test: json expectations should have explicit format numberUpdates
rufffrom 0.5.0 to 0.5.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
fc16d8dBump version to 0.5.5 (#12510)175e5d7Add missing traceback line inf-string-in-exceptiondocstring. (#12508)c03f257Add note about the breaking change innvim-lspconfig(#12507)6bbb4a2Add setup docs for Zed editor (#12501)2ce3e3aFix the search path tests on MacOS (#12503)2a64cccAvoid applyingignore-namestoselfandclsfunction names (#12497)928ffd6IgnoreNPY201insideexceptblocks for compatibility with older numpy ver...e52be09[red-knot] Improve validation for search paths (#12376)8890735[flake8-bugbear] Allow singleton tuples with starred expressions in B013 (#12...eac965e[red-knot] Watch search paths (#12407)Updates
mypyfrom 1.10.1 to 1.11.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
570b90aBump version to 1.11b3a102eFixRawExpressionType.acceptcrash with--cache-fine-grained(#17588)aec04c7Fix PEP 604 isinstance caching (#17563)cb44e4dFixtyping.TypeAliasTypebeing undefined on python < 3.12 (#17558)6cf9180Fix types.GenericAlias lookup crash (#17543)64c1ebfBump version to 1.11.1+devdbd5f5cRemove +dev from version for 1.11 releasef0a8c69Update CHANGELOG for mypy 1.11 (#17540)371f780CHANGELOG.md update for 1.11 (#17539)2563da0Fix daemon crash on invalid type in TypedDict (#17495)Updates
pytestfrom 8.2.2 to 8.3.2Release notes
Sourced from pytest's releases.
... (truncated)
Commits
bbcec9cPrepare release version 8.3.278fe8b6Merge pull request #12657 from pytest-dev/patchback/backports/8.3.x/6c806b499...238bad2Merge pull request #12656 from RonnyPfannschmidt/fix-12652-detect-conda-envae6034aMerge pull request #12641 from pytest-dev/patchback/backports/8.3.x/c03989cee...31337abMerge pull request #12640 from pytest-dev/update-userca3070bMerge pull request #12637 from pytest-dev/release-8.3.1de98446Prepare release version 8.3.1bd0a042Merge pull request #12636 from pytest-dev/update-release-notes664325bdoc/changelog: update 8.3.0 notes19d225dMerge pull request #12635 from pytest-dev/release-8.3.0Updates
uvicornfrom 0.30.1 to 0.30.4Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
8efa41cVersion 0.30.4 (#2403)b492349Addpragma: full coveragetoProcess.is_alive(#2402)ce999aaclose request connection if h11 sets client state as MUST_CLOSE (#2375)d277c25Add Marcelo Trylesinski as maintainer (#2398)5bf788fVersion 0.30.3 (#2395)8f4c8a7Add 100% clean coverage (#2394)9baded3Bump the python-packages group with 9 updates (#2376)9279825ClientDisconnectinherits fromOSErrorinstead ofIOError(#2393)875f6c6SuppressKeyboardInterruptfrom CLI and programmatic usage (#2384)ca24e1bVersion 0.30.2 (#2380)Updates
aiohttpfrom 3.9.5 to 3.10.0Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
7f29851Release 3.10.0 (attempt 2) (#8552)fc201e8Release 3.10.0 (#8550)305f67aRelease 3.10.0rc0 (#8545)ed8de3a[PR #8541/a561fa99 backport][3.10] Cleanup for #8495 (#8544)df57b9f[3.10] Handle 403 and 404 issues in FileResponse class (#8538) (#8539)3baa6de[PR #8535/7108d646 backport][3.10] Small speed up to cookiejar filter_cookies...5621ecfBump pytest from 8.3.1 to 8.3.2 (#8536)9b9cec2Release 3.10.0b1 (#8533)088f734[3.10] Downgrade upload/download artifact to v3 to fix CI (#8532)948a4c5Release 3.10.0b0 (#8531)Updates
matplotlibfrom 3.7.5 to 3.9.1Release notes
Sourced from matplotlib's releases.
... (truncated)
Commits
44be14cREL: 3.9.15325425DOC: Create release notes for 3.9.1568a039Merge pull request #28507 from meeseeksmachine/auto-backport-of-pr-28430-on-v...7fa9f24Merge pull request #28506 from meeseeksmachine/auto-backport-of-pr-28451-on-v...06189c2Backport PR #28430: Fix pickling of AxesWidgets.c43313aBackport PR #28451: Fix GTK cairo backends560fdc4Merge pull request #28499 from meeseeksmachine/auto-backport-of-pr-28498-on-v...5552302Backport PR #28498: Don't fail if we can't query system fonts on macOSf76bba4Merge pull request #28491 from meeseeksmachine/auto-backport-of-pr-28487-on-v...8ccd2eeMerge pull request #28490 from meeseeksmachine/auto-backport-of-pr-28486-on-v...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions