brechtm / rinohtype

The Python document processor
http://www.mos6581.org/rinohtype
GNU Affero General Public License v3.0
499 stars 59 forks source link

Bump poetry-core from 1.2.0 to 1.3.2 #371

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps poetry-core from 1.2.0 to 1.3.2.

Release notes

Sourced from poetry-core's releases.

1.3.2

Fixed

  • Fix an issue where the normalization was not applied to the path of an sdist built using a PEP 517 frontend (#495).

1.3.1

Fixed

  • Fix an issue where a typing-driven assertion could be false at runtime, causing a failure during prepare_metadata_for_build_wheel (#492).

1.3.0

Added

  • Add 3.11 to the list of available Python versions (#477).

Changed

  • Deprecate poetry.core.constraints.generic, which is replaced by poetry.core.packages.constraints (#482).
  • Deprecate poetry.core.semver, which is replaced by poetry.core.constraints.version (#482).

Fixed

  • Fix an issue where versions were escaped wrongly when building the wheel name (#469).
  • Fix an issue where caret constraints of pre-releases with a major version of 0 resulted in an empty version range (#475).
  • Fix an issue where the names of extras were not normalized according to PEP 685 (#476).
  • Fix an issue where sdist names were not normalized (#484).
Changelog

Sourced from poetry-core's changelog.

[1.3.2] - 2022-10-07

Fixed

  • Fix an issue where the normalization was not applied to the path of an sdist built using a PEP 517 frontend (#495).

[1.3.1] - 2022-10-05

Fixed

  • Fix an issue where a typing-driven assertion could be false at runtime, causing a failure during prepare_metadata_for_build_wheel (#492).

[1.3.0] - 2022-10-05

Added

  • Add 3.11 to the list of available Python versions (#477).

Changed

  • Deprecate poetry.core.constraints.generic, which is replaced by poetry.core.packages.constraints (#482).
  • Deprecate poetry.core.semver, which is replaced by poetry.core.constraints.version (#482).

Fixed

  • Fix an issue where versions were escaped wrongly when building the wheel name (#469).
  • Fix an issue where caret constraints of pre-releases with a major version of 0 resulted in an empty version range (#475).
  • Fix an issue where the names of extras were not normalized according to PEP 685 (#476).
  • Fix an issue where sdist names were not normalized (#484).
Commits
  • 4e413e0 release: bump version to 1.3.2
  • b9410de Fix sdist build
  • 269f940 release: bump version to 1.3.1
  • 1ef78d3 Revert "prefer to avoid casts (#468)"
  • 6cdb216 release: bump to version 1.3.0
  • 533ffb5 normalize source distribution names
  • f5b45de don't normalize already-normalized name
  • a10ad40 fix: added 3.11 to list of available pythons (#477)
  • 341635c tests: Mock Git for gitignore tests
  • e72d3e4 ci: add dependency to test group (#490)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #371 (ae36417) into master (b2d080b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #371   +/-   ##
=======================================
  Coverage   77.54%   77.54%           
=======================================
  Files          92       92           
  Lines       14658    14658           
  Branches     3283     3283           
=======================================
  Hits        11367    11367           
  Misses       2847     2847           
  Partials      444      444           
Flag Coverage Δ
3.10 77.54% <ø> (ø)
3.11.0-alpha 77.12% <ø> (ø)
3.7 76.66% <ø> (ø)
3.8 77.06% <ø> (ø)
3.9 46.87% <ø> (ø)
Linux 77.09% <ø> (ø)
Windows 77.08% <ø> (ø)
macOS 77.50% <ø> (ø)
pypy-3.9 77.10% <ø> (ø)
regression-3.10 75.97% <ø> (ø)
regression-3.11 75.54% <ø> (ø)
regression-3.7 75.04% <ø> (ø)
regression-3.8 75.48% <ø> (ø)
regression-pypy3 75.51% <ø> (ø)
unit-3.10 46.87% <ø> (ø)
unit-3.11 46.88% <ø> (ø)
unit-3.7 45.71% <ø> (ø)
unit-3.8 46.87% <ø> (ø)
unit-3.9 46.87% <ø> (ø)
unit-pypy3 46.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Looks like poetry-core is up-to-date now, so this is no longer needed.