python-deps(deps): bump the python-dependencies group with 5 updates#167
Closed
dependabot[bot] wants to merge 2 commits intomainfrom
Closed
python-deps(deps): bump the python-dependencies group with 5 updates#167dependabot[bot] wants to merge 2 commits intomainfrom
dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [chardet](https://github.com/chardet/chardet) | `5.2.0` | `7.4.0.post2` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.6` | `3.4.7` | | [click](https://github.com/pallets/click) | `8.3.1` | `8.3.2` | | [more-itertools](https://github.com/more-itertools/more-itertools) | `10.8.0` | `11.0.1` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.41.5` | `2.45.0` | Updates `chardet` from 5.2.0 to 7.4.0.post2 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](chardet/chardet@5.2.0...7.4.0.post2) Updates `charset-normalizer` from 3.4.6 to 3.4.7 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.6...3.4.7) Updates `click` from 8.3.1 to 8.3.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.1...8.3.2) Updates `more-itertools` from 10.8.0 to 11.0.1 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](more-itertools/more-itertools@v10.8.0...v11.0.1) Updates `pydantic-core` from 2.41.5 to 2.45.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/commits) --- updated-dependencies: - dependency-name: chardet dependency-version: 7.4.0.post2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: more-itertools dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: pydantic-core dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #167 +/- ##
=======================================
Coverage 87.66% 87.66%
=======================================
Files 28 28
Lines 1897 1897
Branches 198 198
=======================================
Hits 1663 1663
Misses 158 158
Partials 76 76 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Test Results (windows)
tests\test_tm_data_types.py('D:\\a\\tm_data_types\\tm_data_types\\tests\\test_tm_data_types.py', 549, 'Skipped: Skipping 1G test in GitHub Actions environment') |
Test Results (macos)
tests/test_tm_data_types.py('/Users/runner/work/tm_data_types/tm_data_types/tests/test_tm_data_types.py', 549, 'Skipped: Skipping 1G test in GitHub Actions environment') |
Test Results (ubuntu)
tests/test_tm_data_types.py('/home/runner/work/tm_data_types/tm_data_types/tests/test_tm_data_types.py', 549, 'Skipped: Skipping 1G test in GitHub Actions environment') |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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-dependencies group with 5 updates:
5.2.07.4.0.post23.4.63.4.78.3.18.3.210.8.011.0.12.41.52.45.0Updates
chardetfrom 5.2.0 to 7.4.0.post2Release notes
Sourced from chardet's releases.
... (truncated)
Changelog
Sourced from chardet's changelog.
... (truncated)
Commits
e37cf3cfix: prevent dirty-tree version in Windows mypyc wheel buildsf9f5af2Fix a couple errors in the changelog53755dechore: add .superpowers/ to .gitignore3a20df6docs: update README examples with correct outputs17ec933docs: note train/test separation in performance.rst7296d93docs: add footnote explaining 0 B import memory (lazy loading)4221536docs: add chardet 7.0.1-7.3.0 to historical performance table9dfb65bdocs: remove historical performance table spec/plan (preserved in git history)72413b8docs: add historical performance table to performance.rstcbcb80dfix: handle None detect() results and missing venvs in benchmarksUpdates
charset-normalizerfrom 3.4.6 to 3.4.7Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
0f07891Merge pull request #729 from jawah/release-3.4.7fdbeb29chore: update dev, and ci requirementsb66f922chore: add ft classifierf94249dchore: add test cases for utf_7 recent fix95c866fchore: bump version to 3.4.74f429bbchore: bump mypy pre-commit to v1.20b579cd6fix: correctly remove SIG remnant in utf-7 decoded string58bf944⬆️ Bump github/codeql-action from 4.32.4 to 4.35.1 (#728)44cf8a1⬆️ Bump actions/download-artifact from 8.0.0 to 8.0.1 (#726)362bc20⬆️ Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#725)Updates
clickfrom 8.3.1 to 8.3.2Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
052c006Change update release date.502b7ceMerge branch 'stable' of https://github.com/pallets/click into release-8.3.2a0a37e4Change publish to werkzeug latest. (#3301)57be6fcChange publish to werkzeug latest.781d6a8Update publish workflows (#3266)ff795b6Update precommit pins with toxdd87ef4Update github action pins with tox93d3f9dRelease version 8.3.23299ba1Add missing PR to changelog. (#3264)b7f62c4Add missing PR to changelog.Updates
more-itertoolsfrom 10.8.0 to 11.0.1Release notes
Sourced from more-itertools's releases.
... (truncated)
Commits
5ea81c4Merge pull request #1142 from more-itertools/version-11.0.12fcf9efChanges for version 11.0.152cfcfeRevert "Remove pairwise()"5b43c0dMerge pull request #1136 from more-itertools/version-11.0.0499213bMerge pull request #1140 from rhettinger/nits8fb18b9Nit: Add --upgrade to the pip installsafe23fcNit: Remove outdated fabfile.py from the manifest4930555Nit: move reshape() and transpose() to the math section06626d5callback_iter is deprecatedc91ba4eFix formatting in unique_everseenUpdates
pydantic-corefrom 2.41.5 to 2.45.0Commits
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 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