Bump the python-packages group with 7 updates#909
Merged
lovelydinosaur merged 1 commit intomasterfrom May 1, 2024
Merged
Conversation
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.5.3` | `1.6.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.16` | `9.5.20` | | [mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings) | `0.24.1` | `0.25.0` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.4` | `0.4.2` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` | Updates `mkdocs` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.5.3...1.6.0) Updates `mkdocs-material` from 9.5.16 to 9.5.20 - [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.16...9.5.20) Updates `mkdocstrings[python-legacy]` from 0.24.1 to 0.25.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.1...0.25.0) Updates `coverage[toml]` from 7.4.4 to 7.5.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.4.4...7.5.0) Updates `ruff` from 0.3.4 to 0.4.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.3.4...v0.4.2) Updates `mypy` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) Updates `pytest` from 8.1.1 to 8.2.0 - [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.1.1...8.2.0) --- updated-dependencies: - dependency-name: mkdocs 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: 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 ... Signed-off-by: dependabot[bot] <support@github.com>
lovelydinosaur
approved these changes
May 1, 2024
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
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 7 updates:
1.5.31.6.09.5.169.5.200.24.10.25.07.4.47.5.00.3.40.4.21.9.01.10.08.1.18.2.0Updates
mkdocsfrom 1.5.3 to 1.6.0Release notes
Sourced from mkdocs's releases.
... (truncated)
Commits
0998fecRelease 1.6.0 (#3631)bce85bfFix for showing repository icon even when a file has no edit_uri (#3657)0ac05daRe-generate localization files (#3634)6244500Remove jQuery frommkdocstheme (#3649)f85d429Prevent a flash of white color when dark mode is enabled (#3647)e39cce2Fix style of modal close button (#3651)652813dPrevent a crash if stdin is not defined (#3609)59a295fMerge pull request #3493 from waylan/22486f5e748Merge pull request #3625 from mkdocs/themepo1451fb3Babel setuptools frontend is still used in the install hookUpdates
mkdocs-materialfrom 9.5.16 to 9.5.20Release notes
Sourced from mkdocs-material's releases.
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
5cb3117Prepare 9.5.20 release4752779Updated dependenciese90871fFixed social plugin crashing on Windows when downloading fonts (#7085) (#7117)ff49d74Fixed deprecation warning in privacy plugincff4a75Fixed deprecation warning in tags pluginedcc536Documentation2dd88aeDocumentation57d82dcDocumentation (#7102)4001083Documentation (#7112)c427e1cDocumentation (#7103)Updates
mkdocstrings[python-legacy]from 0.24.1 to 0.25.0Release notes
Sourced from mkdocstrings[python-legacy]'s releases.
Changelog
Sourced from mkdocstrings[python-legacy]'s changelog.
Commits
87d8229chore: Prepare release 0.25.0c5b5f69refactor: Allow specifying name of template loggers7ff1681docs: Enable parameter headings253d215docs: Load inventories for MkDocs and Markdown1532b59feat: Supportonceparameter in logging methods, allowing to log a message ...d799d2ffeat: Support blank line between::: pathand YAML options828bd59chore: Prepare release 0.24.37fe3e5ffix: Support HTML toc labels with Python-Markdown 3.6+ (uncomment code...)7b9827cchore: Prepare release 0.24.217bfc87chore: Use PEP 440 versioning scheme for changelogUpdates
coverage[toml]from 7.4.4 to 7.5.0Release notes
Sourced from coverage[toml]'s releases.
Changelog
Sourced from coverage[toml]'s changelog.
Commits
5f4e034docs: sample HTML for 7.5.0ed97cfbdocs: prep for 7.5.041e01d3build: use macos 13 for 3.8 and 3.9 while GitHub rolls out macos 14583f0c0test: add a test for skipping covered functionsb115ed3refactor: keep Analysis private40a052edocs: document CodeRegion and its plugin methods2ff9933docs: remove comment that now explains nothing.a6ba1c8fix: html report pages fully validate74c87a8fix: previous page shortcut works in index page. #1765e016967feat: main index page links to other index pagesUpdates
rufffrom 0.3.4 to 0.4.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
77c93fdBump version to 0.4.2 (#11151)1c9f5e3Display the AST even with syntax errors (#11147)263a0d2Usemacos-12to build release wheels (#11146)4738e19Remove unused lexical error types (#11145)f428bd5Docs: mentionlint.typing-modulesinTCH001,TCH002,TCH003(#11144)4690890ruff server: In 'publish diagnostics' mode, document diagnostics are cleare...19baabbREADME: add Apache Superset to project list (#11136)cee38f3[flake8-blind-expect] Allow raise from inBLE001(#11131)e3fde28[flake8-pyi] Allow overloaded__exit__and__aexit__definitions (`PYI0...1c8849fUse Matchit to Resolve Per-File Settings (#11111)Updates
mypyfrom 1.9.0 to 1.10.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
3faf0fcRemove +dev for version for release 1.10a5998d2Update CHANGELOG.md (#17159)62ea5b0Various updates to changelog for 1.10 (#17158)2f0864cUpdate CHANGELOG.md with draft for release 1.10 (#17150)e1443bbfix: incorrect returned type of access descriptors on unions of types (#16604)5161ac2Sync typeshed (#17124)e2fc1f2Fix crash when expanding invalid Unpack in aCallablealias (#17028)3ff6e47Docs: docstrings in checker.py, ast_helpers.py (#16908)732d98eFix string formatting for string enums (#16555)8019010Narrow individual items when matching a tuple to a sequence pattern (#16905)Updates
pytestfrom 8.1.1 to 8.2.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
6bd3f31Tweak changelog for 8.2.09b6219bPrepare release version 8.2.0835765cMerge pull request #12130 from bluetech/fixtures-inline7e7503cunittest: report class cleanup exceptions (#12250)882c4dafixtures: inlinefail_fixturefunc2e8fb9ffixtures: extract a_check_fixturedefmethodacf2971fixtures: inline_getnextfixturedefinto_get_active_fixturedef3c77aecfixtures: move "request" check earlyd217d68fixtures: inline_compute_fixture_value530be28fixtures: use early return in_get_active_fixturedefDependabot 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