-
Notifications
You must be signed in to change notification settings - Fork 73
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
chore(deps-dev): bump the development-dependencies group with 5 updates #2584
chore(deps-dev): bump the development-dependencies group with 5 updates #2584
Conversation
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.0` | `7.6.1` | | [deptry](https://github.com/fpgmaas/deptry) | `0.17.0` | `0.18.0` | | [xdoctest](https://github.com/Erotemic/xdoctest) | `1.1.5` | `1.1.6` | | [mypy](https://github.com/python/mypy) | `1.11.0` | `1.11.1` | | [types-simplejson](https://github.com/python/typeshed) | `3.19.0.20240310` | `3.19.0.20240801` | Updates `coverage` from 7.6.0 to 7.6.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.0...7.6.1) Updates `deptry` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/fpgmaas/deptry/releases) - [Changelog](https://github.com/fpgmaas/deptry/blob/main/CHANGELOG.md) - [Commits](fpgmaas/deptry@0.17.0...0.18.0) Updates `xdoctest` from 1.1.5 to 1.1.6 - [Release notes](https://github.com/Erotemic/xdoctest/releases) - [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md) - [Commits](Erotemic/xdoctest@v1.1.5...v1.1.6) Updates `mypy` from 1.11.0 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11...v1.11.1) Updates `types-simplejson` from 3.19.0.20240310 to 3.19.0.20240801 - [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: deptry dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: xdoctest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-simplejson dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
CodSpeed Performance ReportMerging #2584 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2584 +/- ##
=======================================
Coverage 89.47% 89.47%
=======================================
Files 58 58
Lines 4799 4799
Branches 936 936
=======================================
Hits 4294 4294
Misses 352 352
Partials 153 153 ☔ View full report in Codecov by Sentry. |
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.
@dependabot merge
Bumps the development-dependencies group with 5 updates:
7.6.0
7.6.1
0.17.0
0.18.0
1.1.5
1.1.6
1.11.0
1.11.1
3.19.0.20240310
3.19.0.20240801
Updates
coverage
from 7.6.0 to 7.6.1Changelog
Sourced from coverage's changelog.
Commits
29f5898
docs: sample HTML for 7.6.19b829f1
docs: prep for 7.6.1ebbb6a2
build: wheels for 3.13rc13872525
chore: make upgrade7a27f40
test: fix a test on free-threading, use abiflags to get site-packages path co...2b53664
build: include gil/nogil in the version bannerda1682f
docs: changelog and contributor for #1828dc819ff
test: two tests for #18289aaa404
fix: properly handle backslash before multi-line string (#1828)9c50270
chore: make upgradeUpdates
deptry
from 0.17.0 to 0.18.0Release notes
Sourced from deptry's releases.
Changelog
Sourced from deptry's changelog.
Commits
4c51dd9
release 0.18.0 (#783)083faf5
chore(deps): lock file maintenance722313a
Support imports usingimportlib.import_module
(#782)355292c
chore(deps): bumprust
to 1.80 (#781)09fff11
chore(deps): update dependency dev/pytest to v8.3.2 (#778)e8ab128
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.5.55650e0e
chore(deps): update dependency docs/mkdocs-material to v9.5.30Updates
xdoctest
from 1.1.5 to 1.1.6Release notes
Sourced from xdoctest's releases.
Changelog
Sourced from xdoctest's changelog.
Commits
b55981c
Update docs (#159)ad73357
Start branch for dev/1.1.6 (#156)4ce048e
Fix python3.13 deprecation warning (#157)Updates
mypy
from 1.11.0 to 1.11.1Commits
570b90a
Bump version to 1.11b3a102e
FixRawExpressionType.accept
crash with--cache-fine-grained
(#17588)aec04c7
Fix PEP 604 isinstance caching (#17563)cb44e4d
Fixtyping.TypeAliasType
being undefined on python < 3.12 (#17558)6cf9180
Fix types.GenericAlias lookup crash (#17543)64c1ebf
Bump version to 1.11.1+devUpdates
types-simplejson
from 3.19.0.20240310 to 3.19.0.20240801Commits
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📚 Documentation preview 📚: https://meltano-sdk--2584.org.readthedocs.build/en/2584/