-
Notifications
You must be signed in to change notification settings - Fork 12
chore: Bump the development-dependencies group with 9 updates #530
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
Merged
jtrobles-cdd
merged 2 commits into
develop
from
dependabot/pip/development-dependencies-c71c7ea164
Sep 5, 2023
Merged
chore: Bump the development-dependencies group with 9 updates #530
jtrobles-cdd
merged 2 commits into
develop
from
dependabot/pip/development-dependencies-c71c7ea164
Sep 5, 2023
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
501b7c0 to
58b919b
Compare
Codecov Report
@@ Coverage Diff @@
## develop #530 +/- ##
========================================
Coverage 86.82% 86.82%
========================================
Files 34 34
Lines 3005 3005
Branches 380 380
========================================
Hits 2609 2609
Misses 257 257
Partials 139 139
|
Bumps the development-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `23.3.0` | `23.7.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.2.7` | `7.3.0` | | [flake8](https://github.com/pycqa/flake8) | `6.0.0` | `6.1.0` | | [mypy](https://github.com/python/mypy) | `1.2.0` | `1.5.1` | | [tox](https://github.com/tox-dev/tox) | `4.6.4` | `4.8.0` | | [twine](https://github.com/pypa/twine) | `3.1.1` | `4.0.2` | | [types-jsonschema](https://github.com/python/typeshed) | `4.17.0.6` | `4.17.0.10` | | [types-pytz](https://github.com/python/typeshed) | `2023.3.0.0` | `2023.3.0.1` | | [wheel](https://github.com/pypa/wheel) | `0.41.0` | `0.41.2` | Updates `black` from 23.3.0 to 23.7.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.3.0...23.7.0) Updates `coverage` from 7.2.7 to 7.3.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.2.7...7.3.0) Updates `flake8` from 6.0.0 to 6.1.0 - [Commits](PyCQA/flake8@6.0.0...6.1.0) Updates `mypy` from 1.2.0 to 1.5.1 - [Commits](python/mypy@v1.2.0...v1.5.1) Updates `tox` from 4.6.4 to 4.8.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.6.4...4.8.0) Updates `twine` from 3.1.1 to 4.0.2 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@3.1.1...4.0.2) Updates `types-jsonschema` from 4.17.0.6 to 4.17.0.10 - [Commits](https://github.com/python/typeshed/commits) Updates `types-pytz` from 2023.3.0.0 to 2023.3.0.1 - [Commits](https://github.com/python/typeshed/commits) Updates `wheel` from 0.41.0 to 0.41.2 - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.41.0...0.41.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: types-jsonschema dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: types-pytz dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Fix the following error: ```text E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` ```
58b919b to
ac99cd2
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
jtrobles-cdd
approved these changes
Sep 5, 2023
Merged
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 9 updates:
23.3.023.7.07.2.77.3.06.0.06.1.01.2.01.5.14.6.44.8.03.1.14.0.24.17.0.64.17.0.102023.3.0.02023.3.0.10.41.00.41.2Updates
blackfrom 23.3.0 to 23.7.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
193ee76Prepare release 23.7.0 (#3776)38723bbUnpin pytest-xdist (#3772)138769aDisable coverage on pypy tests (#3777)ad3724bUpgrade to latest mypy (#3775)b8e2ec7Fix crash on type comment with trailing space (#3773)257d392Fix removed comments in stub files (#3745)2593af2Improve performance by skipping unnecessary normalisation (#3751)f3b50e4Add CITATION.cff file (#3723)0b4d7d5Run pyupgrade on blib2to3 and src (#3771)114e835Remove click patch (#3768)Updates
coveragefrom 7.2.7 to 7.3.0Changelog
Sourced from coverage's changelog.
Commits
9c2f924docs: sample HTML for 7.3.00421fdbdocs: prep for 7.3.0f2aa871build: move pylint config into pyproject.toml1873ccbdocs: drop a bunch of badges5937a62feat: cov.collect() context managerda7ee52build(deps): bump sigstore/gh-action-sigstore-python from 2.0.0 to 2.0.1d87f64atest: excluding NotImplementedError excluded too muche51b1f7test: ensure lines are properly ignored during metacovb02de96test(refactor): abstract method compatible with both pytest and mypyada3adetest(build): PytestCollectionWarning should be an errorUpdates
flake8from 6.0.0 to 6.1.0Commits
7ef0350Release 6.1.0354f873Merge pull request #1852 from PyCQA/setup-cfg-fmt24be8adMerge pull request #1851 from PyCQA/pylint-warnings5233d88use setup-cfg-fmtd4d1552Merge pull request #1849 from PyCQA/handle-multiline-fstrings-in-312cc301edfix pylintrc warnings1ed78d5handle multiline fstrings in 3.12f264195Merge pull request #1850 from PyCQA/312-testacca35badd 3.12 to ci matrix579f9f6Merge pull request #1848 from PyCQA/upgrade-pycodestyleUpdates
mypyfrom 1.2.0 to 1.5.1Commits
de4f2ad[Release 1.5] Bump version to 1.5.1 to pick up last 2 CPs2ff7c0d[release 1.5] stubtest: Fix__mypy-replacefalse positives (#15689) (#15751)373b73a[Release 1.5] Update typing_extensions stubs (#15745)a6bd80eRemove+devfrom version9dd0d39Manually revert "Add support for attrs.fields (#15021)" (#15674)45e1bf7Typeshed cherry-pick: Fix@patchwhennewis missing (#10459) (#15673)7a94183Fix dataclass/protocol crash on joining types (#15629)2ebd51eTeachstubgento work withcomplexand unary expressions (#15661)3983381Fix testLiteralMeets failure (#15659)3bf8521Consistently avoid type-checking unreachable code (#15386)Updates
toxfrom 4.6.4 to 4.8.0Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
f516cb5release 4.8.03b56b5cAllow extending lists with --override foo+=bar (#3088)b40dc3fBump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 (#3085)d50ac1dCorrect "notset" typo in --hashseed's --help text. (#3082)dc53476release 4.7.0bf61092Make --hashseed default to PYTHONHASHSEED, if defined (#3076)2cd8c00[pre-commit.ci] pre-commit autoupdate (#3081)434b443Rename .FUNDING.yml to FUNDING.yml18c2f28Add sponsor button for tidelift (#3079)5e28affRemove broken link (#3072)Updates
twinefrom 3.1.1 to 4.0.2Release notes
Sourced from twine's releases.
Changelog
Sourced from twine's changelog.
... (truncated)
Commits
75c3d86Release 4.0.2 (#946)5b5d081Fix twine( check) with the newly released pkginfo 1.9. (#941)717ae3dFix failing CI (#943)bb51e46Remove unused mypy ignores (#927)8f5e5d6Update changelog for 4.0.1 (#904)62f3c67Log keyring tracebacks (#890)d30df70Update links to requests docs (#899)5525a2aRestore missing__main__logs (#896)b0b932fFix typos in tests (#898)4223ee1Require latest version of readme_renderer (#892)Updates
types-jsonschemafrom 4.17.0.6 to 4.17.0.10Commits
Updates
types-pytzfrom 2023.3.0.0 to 2023.3.0.1Commits
Updates
wheelfrom 0.41.0 to 0.41.2Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
e76040bCreated a new release1a0e0f2Produce correct ABI tags for GraalPy (#557)3ec347d[pre-commit.ci] pre-commit autoupdate (#562)3856f7cSkip adding directories to RECORD withwheel tags(#559)2c779d9Remove use of OrderedDict, simplify a str concat (#561)2008f0bFixed 32-bit platform tag detection (#560)2bf5bb0[pre-commit.ci] pre-commit autoupdate (#556)5460ca2docs: use modern readthedocs build image selection (#554)588ea85chore: use 2x faster black mirror (#555)943bfc1[pre-commit.ci] pre-commit autoupdate (#553)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