Skip to content
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

pip (deps-dev): bump the python-dependencies group across 1 directory with 3 updates #75

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2024

Bumps the python-dependencies group with 3 updates in the / directory: pip-licenses, semver and coverage.

Updates pip-licenses from 2.3.0 to 4.4.0

Release notes

Sourced from pip-licenses's releases.

4.4.0

  • Implement new option --partial-match

4.3.4

  • Maintain to pass test with wcwidth>=0.2.10

4.3.3

  • Always terminate --allow-only and --fail-on messages with a newline
  • Always terminate files created with --output-file with a newline

4.3.2

  • Better handling extracting URLs from Project-URL

4.3.1

  • Fix to treat package names as normalized as in PEP 503 with --packages and --ignore-packages option

4.3.0

  • Implement new option --no-version

4.2.0

  • Implement new option --with-maintainers
  • Implement new option --python
  • Allow version spec in --ignore-packages parameters
  • When the Author field is UNKNOWN, the output is automatically completed from Author-email
  • When the home-page field is UNKNOWN, the output is automatically completed from Project-URL

4.1.0

  • Support case-insensitive license name matching around --fail-on and --allow-only parameters

4.0.3

  • Escape unicode output (to e.g. &[#123](https://github.com/raimon49/pip-licenses/issues/123);) in the html output

4.0.2

  • Add type annotations and code formatter

4.0.1

  • Fix "pip-licenses" is missing in output of pip-licenses --with-system option

4.0.0

  • Support for Python 3.11
  • Dropped support Python 3.7
  • Migrate Docker base image from Alpine to Debian 11-slim
  • Breaking changes
    • Does not work with PTable and depends on prettytable
    • Depend on importlib_metadata rather than pip

3.5.5

  • Search for path defined in PEP 639
  • Dropped support Python 3.6

... (truncated)

Changelog

Sourced from pip-licenses's changelog.

4.4.0

  • Implement new option --partial-match

4.3.4

  • Maintain to pass test with wcwidth>=0.2.10

4.3.3

  • Always terminate --allow-only and --fail-on messages with a newline
  • Always terminate files created with --output-file with a newline

4.3.2

  • Better handling extracting URLs from Project-URL

4.3.1

  • Fix to treat package names as normalized as in PEP 503 with --packages and --ignore-packages option

4.3.0

  • Implement new option --no-version

4.2.0

  • Implement new option --with-maintainers
  • Implement new option --python
  • Allow version spec in --ignore-packages parameters
  • When the Author field is UNKNOWN, the output is automatically completed from Author-email
  • When the home-page field is UNKNOWN, the output is automatically completed from Project-URL

4.1.0

  • Support case-insensitive license name matching around --fail-on and --allow-only parameters

4.0.3

  • Escape unicode output (to e.g. &[#123](https://github.com/raimon49/pip-licenses/issues/123);) in the html output

4.0.2

  • Add type annotations and code formatter

4.0.1

  • Fix "pip-licenses" is missing in output of pip-licenses --with-system option

4.0.0

... (truncated)

Commits
  • fcfe59d Merge pull request #188 from raimon49/release-4.4.0
  • 47d596b Bump version to 4.4.0
  • c6e0a0d Merge pull request #186 from costasd/add_partial_match
  • f69136c Add Readme entry for partial-match
  • 7ccee8f Enable partial matching on allow-only/fail-on
  • 6ab64cd Merge pull request #185 from raimon49/dependabot/pip/black-24.3.0
  • 6826c69 Bump black from 22.12.0 to 24.3.0
  • e3a3d87 Merge pull request #184 from jaimeMF/fix_tests_on_python_312
  • d48c336 ci: Run workflow on python 3.12
  • b711bd2 Bump typing-extensions version in order to support python 3.12
  • Additional commits viewable in compare view

Updates semver from 2.13.0 to 3.0.2

Release notes

Sourced from semver's releases.

3.0.2

Documentation: https://python-semver.rtfd.io/en/3.0.2/ PyPI: https://pypi.org/project/semver/3.0.2/ Full Changelog: python-semver/python-semver@3.0.1...3.0.2 Full Changelog between last 2 release and 3: python-semver/python-semver@3.0.1...3.0.2

What's Changed

New Contributors

Full Changelog: python-semver/python-semver@3.0.1...3.0.2

3.0.1

Related pr: #413

Documentation: https://python-semver.rtfd.io/en/3.0.1/ PyPI: https://pypi.org/project/semver/3.0.1/ Full Changelog: python-semver/python-semver@3.0.0...3.0.1 Full Changelog between last 2 release and 3: python-semver/python-semver@2.13.0...3.0.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from semver's changelog.

Version 3.0.2

:Released: 2023-10-09 :Maintainer:

Bug Fixes

  • :pr:418: Replace :class:~collection.OrderedDict with :class:dict.

    The dict datatype is ordered since Python 3.7. As we do not support Python 3.6 anymore, it can be considered safe to avoid :class:~collection.OrderedDict. Related to :gh:419.

  • :pr:426: Fix :meth:~semver.version.Version.replace method to use the derived class of an instance instead of :class:~semver.version.Version class.

Improved Documentation

  • :pr:431: Clarify version policy for the different semver versions (v2, v3, >v3) and the supported Python versions.

  • :gh:432: Improve external doc links to Python and Pydantic.

Features

  • :pr:417: Amend GitHub Actions to check against MacOS.

Trivial/Internal Changes

  • :pr:420: Introduce :py:class:~typing.ClassVar for some :class:~semver.version.Version class variables, mainly :data:~semver.version.Version.NAMES and some private.

  • :pr:421: Insert mypy configuration into :file:pyproject.toml and remove config options from :file:tox.ini.


... (truncated)

Commits
  • ec9348a Add missing .readthedocs.yaml
  • f65feab Correct some smaller issues when building
  • 2154ce7 Merge pull request #433 from tomschr/release/3.0.2
  • fb02b3b Build 3.0.2 release of semver
  • c534e3f Merge pull request #432 from tomschr/improve-intersphinx
  • 23e0e73 Improve external docs with intersphinx extension
  • 9a98394 Merge pull request #431 from tomschr/version-policy
  • 083b592 Clarify version policy for semver
  • 9391f8a Rename a news fragment for Towncrier
  • bd313ed Merge pull request #430 from apiwat-chantawibul/fix-semver-pydantic-serializa...
  • Additional commits viewable in compare view

Updates coverage from 5.5 to 7.5.1

Release notes

Sourced from coverage's releases.

coverage-5.6b1

  • Third-party packages are now ignored in coverage reporting. This solves a few problems:
    • Coverage will no longer report about other people’s code (issue 876). This is true even when using --source=. with a venv in the current directory.
    • Coverage will no longer generate “Already imported a file that will be measured” warnings about coverage itself (issue 905).
  • The HTML report uses j/k to move up and down among the highlighted chunks of code. They used to highlight the current chunk, but 5.0 broke that behavior. Now the highlighting is working again.
  • The JSON report now includes percent_covered_display, a string with the total percentage, rounded to the same number of decimal places as the other reports’ totals.
Changelog

Sourced from coverage's changelog.

Version 7.5.1 — 2024-05-04

  • Fix: a pragma comment on the continuation lines of a multi-line statement now excludes the statement and its body, the same as if the pragma is on the first line. This closes issue 754. The fix was contributed by Daniel Diniz <pull 1773_>.

  • Fix: very complex source files like this one <resolvent_lookup_>_ could cause a maximum recursion error when creating an HTML report. This is now fixed, closing issue 1774_.

  • HTML report improvements:

    • Support files (JavaScript and CSS) referenced by the HTML report now have hashes added to their names to ensure updated files are used instead of stale cached copies.

    • Missing branch coverage explanations that said "the condition was never false" now read "the condition was always true" because it's easier to understand.

    • Column sort order is remembered better as you move between the index pages, fixing issue 1766. Thanks, Daniel Diniz <pull 1768_>.

.. _resolvent_lookup: https://github.com/sympy/sympy/blob/130950f3e6b3f97fcc17f4599ac08f70fdd2e9d4/sympy/polys/numberfields/resolvent_lookup.py .. _issue 754: nedbat/coveragepy#754 .. _issue 1766: nedbat/coveragepy#1766 .. _pull 1768: nedbat/coveragepy#1768 .. _pull 1773: nedbat/coveragepy#1773 .. _issue 1774: nedbat/coveragepy#1774

.. _changes_7-5-0:

Version 7.5.0 — 2024-04-23

  • Added initial support for function and class reporting in the HTML report. There are now three index pages which link to each other: files, functions, and classes. Other reports don't yet have this information, but it will be added in the future where it makes sense. Feedback gladly accepted! Finishes issue 780_.

  • Other HTML report improvements:

    • There is now a "hide covered" checkbox to filter out 100% files, finishing issue 1384_.

... (truncated)

Commits
  • be938ea docs: sample HTML for 7.5.1
  • 02c66d7 docs: prep for 7.5.1
  • 5fa9f67 fix: avoid max recursion errors in ast code. #1774
  • 34af01d build: easier to run metasmoke on desired python version
  • 6b0cac5 perf: cache _human_key to speed html report by about 10%
  • fdc0ee8 docs: oops, typo
  • 60e6cb4 docs: changelog for #754 and #1773
  • 277c8c4 fix: '# pragma: no branch' in multiline if statements. #754 (#1773)
  • 34d3eb7 docs: update changelog for #1786. Thanks, Daniel Diniz
  • 2bb5ef2 fix(html): make HTML column sorting consistent across index pages (fix #1766)...
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 14, 2024
@JackPlowman
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-3c921708d2 branch from 8157ab7 to e7e191e Compare May 15, 2024 15:40
@JackPlowman
Copy link
Contributor

@dependabot rebase

… with 3 updates

Bumps the python-dependencies group with 3 updates in the / directory: [pip-licenses](https://github.com/raimon49/pip-licenses), [semver](https://github.com/python-semver/python-semver) and [coverage](https://github.com/nedbat/coveragepy).


Updates `pip-licenses` from 2.3.0 to 4.4.0
- [Release notes](https://github.com/raimon49/pip-licenses/releases)
- [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md)
- [Commits](raimon49/pip-licenses@v-2.3.0...v-4.4.0)

Updates `semver` from 2.13.0 to 3.0.2
- [Release notes](https://github.com/python-semver/python-semver/releases)
- [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst)
- [Commits](python-semver/python-semver@2.13.0...3.0.2)

Updates `coverage` from 5.5 to 7.5.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@coverage-5.5...7.5.1)

---
updated-dependencies:
- dependency-name: pip-licenses
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: semver
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-3c921708d2 branch from e7e191e to c74d272 Compare May 17, 2024 12:48
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-3c921708d2 branch May 20, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant