-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Bump the development-dependencies group and fix doc build #704
Merged
abey79
merged 9 commits into
master
from
dependabot/pip/development-dependencies-f92c05cdec
Mar 7, 2024
Merged
Bump the development-dependencies group and fix doc build #704
abey79
merged 9 commits into
master
from
dependabot/pip/development-dependencies-f92c05cdec
Mar 7, 2024
Conversation
This file contains 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 development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.3` | | [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) | `2024.1` | `2024.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.1` | `8.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.2` | `0.3.0` | | [types-setuptools](https://github.com/python/typeshed) | `69.1.0.20240217` | `69.1.0.20240302` | Updates `coverage` from 7.4.1 to 7.4.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.1...7.4.3) Updates `pyinstaller-hooks-contrib` from 2024.1 to 2024.2 - [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst) - [Commits](pyinstaller/pyinstaller-hooks-contrib@2024.1...2024.2) Updates `pytest` from 8.0.1 to 8.1.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.0.1...8.1.0) Updates `ruff` from 0.2.2 to 0.3.0 - [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.2.2...v0.3.0) Updates `types-setuptools` from 69.1.0.20240217 to 69.1.0.20240302 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pyinstaller-hooks-contrib dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #704 +/- ##
=======================================
Coverage 94.71% 94.71%
=======================================
Files 62 62
Lines 5756 5756
Branches 1272 1272
=======================================
Hits 5452 5452
Misses 187 187
Partials 117 117 ☔ View full report in Codecov by Sentry. |
abey79
changed the title
Bump the development-dependencies group with 5 updates
Bump the development-dependencies group and fix doc build
Mar 6, 2024
Quality Gate passedIssues Measures |
dependabot
bot
deleted the
dependabot/pip/development-dependencies-f92c05cdec
branch
March 7, 2024 07:53
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 development-dependencies group with 5 updates:
7.4.1
7.4.3
2024.1
2024.2
8.0.1
8.1.0
0.2.2
0.3.0
69.1.0.20240217
69.1.0.20240302
Updates
coverage
from 7.4.1 to 7.4.3Changelog
Sourced from coverage's changelog.
Commits
1af3624
docs: sample HTML for 7.4.3f06c5e4
docs: prep for 7.4.308fc997
fix: get atomic copies of iterables when flushing data. #17334e34571
build: put a time limit on the Python nightly testsa1d8d29
build: make targets should use underscores not dashesf7d40a0
build: tweak the release instructions0f19b82
build: bump version5d69334
test: if a test fails randomly, let it retry with@flaky
65d686c
docs: sample HTML for 7.4.2026dca7
docs: prep for 7.4.2Updates
pyinstaller-hooks-contrib
from 2024.1 to 2024.2Release notes
Sourced from pyinstaller-hooks-contrib's releases.
Changelog
Sourced from pyinstaller-hooks-contrib's changelog.
Commits
1d8875b
Release v2024.22f89696
hooks: update pyqtgraph hook to use Qt bindings selection helperc1fb9cb
Scheduled weekly dependency update for week 08 (#709)8119cfb
hooks: IPython: update exclude list for GUI frameworks47c1e42
Add hook for iso639-lang (#707)6bc3a33
Scheduled weekly dependency update for week 07 (#706)9529e1b
README: Hide CI/CD triggering sectionb1f846c
README: Add installing pyinstaller to developer guide5694f23
hooks: add hook for falcon6680d2e
Scheduled weekly dependency update for week 06 (#701)Updates
pytest
from 8.0.1 to 8.1.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b9a167f
Prepare release version 8.1.000043f7
Merge pull request #12038 from bluetech/fixtures-rm-arg2indexf4e1025
Merge pull request #12048 from bluetech/fixture-teardown-excgroup43492f5
Merge pull request #12051 from jakkdl/test_debugging_pythonbreakpoint82fe28d
[automated] Update plugin list (#12049)5e2ee71
monkeypatch.delenv PYTHONBREAKPOINT in two tests that previously failed/skipped89ee449
Merge pull request #11997 from nicoddemus/11475-importlib8248946
Do not collect symlinked tests under Windows (#12050)434282e
fixtures: use exception group when multiple finalizers raise in fixture teardownd6134bc
doc: document consider_namespace_packages optionUpdates
ruff
from 0.2.2 to 0.3.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b53118e
Bump version to v0.3.0 (#10151)52f4c1e
Remove deprecated CLI option--format
(#10170)eceffe7
Deprecateruff \<path>
ruff --explain
,ruff --clean
and `ruff --generate...c73c497
[pydocstyle
] Trim whitespace when removing blank lines after section (`D413...c9c98c4
Fix mkdocs local link (#10167)72ccb34
Fix ecosystem check for indico (#10164)dcc92f5
Update black tests (#10166)a6f32dd
Ruff 2024.2 style (#9639)0293908
Implement RUF028 to detect useless formatter suppression comments (#9899)36bc725
[flake8-bugbear
] Avoid adding default initializers to stubs (B006
) (#10152)Updates
types-setuptools
from 69.1.0.20240217 to 69.1.0.20240302Commits
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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