tauqua / gog-galaxy-itch.io

An integration connecting itch.io to GOG Galaxy 2.0 using itch's v2 API
GNU General Public License v3.0
221 stars 14 forks source link

Bump pip-tools from 5 to 5.3.1 in /requirements #17

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps pip-tools from 5 to 5.3.1.

Release notes

Sourced from pip-tools's releases.

5.3.1

Bug Fixes:

  • Fix pip-20.2 compatibility issue that caused pip-tools to sometime fail to stabilize in a constant number of rounds (1194). Thanks @vphilippon

5.3.0

Features:

  • Add -h alias for --help option to pip-sync and pip-compile (1163). Thanks @jan25
  • Add pip>=20.2 support (1168). Thanks @atugushev
  • pip-sync now exists with code 1 on --dry-run (1172). Thanks @francisbrito
  • pip-compile now doesn't resolve constraints from -c constraints.txtthat are not (yet) requirements (1175). Thanks @clslgrnc
  • Add --reuse-hashes/--no-reuse-hashes options to pip-compile (1177). Thanks @graingert

5.2.1

Bug Fixes:

  • Fix a bug where pip-compile would lose some dependencies on update a requirements.txt (1159). Thanks @richafrank

5.2.0

Features:

  • Show basename of URLs when pip-compile generates hashes in a verbose mode (1113). Thanks @atugushev
  • Add --emit-index-url/--no-emit-index-url options to pip-compile (1130). Thanks @atugushev

Bug Fixes:

  • Fix a bug where pip-compile would ignore some of package versions when PIP_PREFER_BINARY is set on (1119). Thanks @atugushev
  • Fix leaked URLs with credentials in the debug output of pip-compile (1146). Thanks @atugushev
  • Fix a bug where URL requirements would have name collisions (1149). Thanks @geokala

Deprecations:

  • Deprecate --index/--no-index in favor of --emit-index-url/--no-emit-index-url options in pip-compile (1130). Thanks @atugushev

Other Changes:

  • Switch to setuptools declarative syntax through setup.cfg (1141). Thanks @jdufresne

5.1.2

Bug Fixes:

  • Fix grouping of editables and non-editables requirements (1132). Thanks @richafrank

5.1.1

Bug Fixes:

  • Fix a bug where pip-compile would generate hashes for *.egg files (#1122). Thanks @atugushev

5.1.0

Features:

  • Show progress bar when downloading packages in pip-compile verbose mode (#949). Thanks @atugushev
  • pip-compile now gets hashes from PyPI JSON API (if available) which significantly increases the speed of hashes generation (#1109). Thanks @atugushev
Changelog

Sourced from pip-tools's changelog.

5.3.1 (2020-07-31)

Bug Fixes:

  • Fix pip-20.2 compatibility issue that caused pip-tools to sometime fail to stabilize in a constant number of rounds (1194). Thanks @vphilippon

5.3.0 (2020-07-26)

Features:

  • Add -h alias for --help option to pip-sync and pip-compile (1163). Thanks @jan25
  • Add pip>=20.2 support (1168). Thanks @atugushev
  • pip-sync now exists with code 1 on --dry-run (1172). Thanks @francisbrito
  • pip-compile now doesn't resolve constraints from -c constraints.txtthat are not (yet) requirements (1175). Thanks @clslgrnc
  • Add --reuse-hashes/--no-reuse-hashes options to pip-compile (1177). Thanks @graingert

5.2.1 (2020-06-09)

Bug Fixes:

  • Fix a bug where pip-compile would lose some dependencies on update a requirements.txt (1159). Thanks @richafrank

5.2.0 (2020-05-27)

Features:

  • Show basename of URLs when pip-compile generates hashes in a verbose mode (1113). Thanks @atugushev
  • Add --emit-index-url/--no-emit-index-url options to pip-compile (1130). Thanks @atugushev

Bug Fixes:

  • Fix a bug where pip-compile would ignore some of package versions when PIP_PREFER_BINARY is set on (1119). Thanks @atugushev
  • Fix leaked URLs with credentials in the debug output of pip-compile. (1146). Thanks @atugushev
  • Fix a bug where URL requirements would have name collisions (1149). Thanks @geokala

Deprecations:

  • Deprecate --index/--no-index in favor of --emit-index-url/--no-emit-index-url options in pip-compile
Commits
  • 89a00b0 Merge pull request #1195 from atugushev/release-5.3.1
  • e85720b 5.3.1 changelog
  • ed59c36 Merge pull request #1194 from vphilippon/improve-RequirementSummary-eq-and-hash
  • 0dad94e Make RequirementSummary equality and hash unsentive to version format variation
  • d4c26ce 5.3.0 changelog
  • b8130a0 Merge pull request #1168 from atugushev/pip-20.2
  • 41e743e Add 20.2 to the CI matrix
  • 153255e Support ireq.is_derect renamed to ireq.user_supplied
  • bd3e735 Update sync to return non-zero exit code on dry run (#1172)
  • 9eb10d7 Ignore local hashes with --no-reuse-hashes (#1177)
  • 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)