Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

chore: bump pip-tools from 5.4.0 to 6.0.1 #533

Merged
merged 5 commits into from Apr 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps pip-tools from 5.4.0 to 6.0.1.

Release notes

Sourced from pip-tools's releases.

6.0.1

Bug Fixes:

  • Fixed a bug with undeclared dependency on importlib-metadata at Python 3.6 (#1353). Thanks @​atugushev

Dependencies:

6.0.0

Backwards Incompatible Changes:

Features:

Bug Fixes:

  • Fix a bug where pip-compile with setup.py would not include dependencies with environment markers (#1311). Thanks @​astrojuanlu
  • Prefer === over == when generating requirements.txt if a dependency was pinned with === (#1323). Thanks @​IceTDrinker
  • Fix a bug where pip-compile with setup.py in nested folder would generate setup.txt output file (#1324). Thanks @​peymanslh
  • Write out default index when it is provided as --extra-index-url (#1325). Thanks @​fahrradflucht

Dependencies:

5.5.0

Features:

Bug Fixes:

  • Restore PIP_EXISTS_ACTION environment variable to its previous state when resolve dependencies in pip-compile (1255). Thanks @​jdufresne

Dependencies:

Improved Documentation:

Changelog

Sourced from pip-tools's changelog.

6.0.1 (2020-03-15)

Bug Fixes:

  • Fixed a bug with undeclared dependency on importlib-metadata at Python 3.6 (#1353). Thanks @​atugushev

Dependencies:

6.0.0 (2020-03-12)

Backwards Incompatible Changes:

Features:

Bug Fixes:

  • Fix a bug where pip-compile with setup.py would not include dependencies with environment markers (#1311). Thanks @​astrojuanlu
  • Prefer === over == when generating requirements.txt if a dependency was pinned with === (#1323). Thanks @​IceTDrinker
  • Fix a bug where pip-compile with setup.py in nested folder would generate setup.txt output file (#1324). Thanks @​peymanslh
  • Write out default index when it is provided as --extra-index-url (#1325). Thanks @​fahrradflucht

Dependencies:

5.5.0 (2020-12-31)

Features:

  • Add Python 3.9 support

... (truncated)

Commits
  • f49b3fa Merge pull request #1354 from atugushev/release-6.0.1
  • ad2f308 6.0.1 changelog
  • 079058f Declare pep517 dependency (#1353)
  • 3fa72d0 Enable disallow_untyped_defs for mypy (#1350)
  • 852edf8 6.0.0 changelog
  • 77aa19b Add typings for the scripts.compile module (#1322)
  • 20d873d Fix a bug where pip-compile setup.py would fail with URL deps (#1347)
  • fe6dd97 Prefer dict over OrderedDict
  • 264cc84 Remove unused PyPIRepository cache directories
  • 866afb6 Complete type hinting of piptools.repositories package
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2021
@codecov
Copy link

codecov bot commented Mar 16, 2021

Codecov Report

Merging #533 (abb3a20) into main (535d22c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #533   +/-   ##
=======================================
  Coverage   75.59%   75.59%           
=======================================
  Files          15       15           
  Lines        1008     1008           
=======================================
  Hits          762      762           
  Misses        246      246           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 535d22c...abb3a20. Read the comment docs.

@jgwerner jgwerner self-requested a review March 19, 2021 21:40
@dependabot dependabot bot force-pushed the dependabot/pip/pip-tools-6.0.1 branch from 7bad373 to 4ef62a2 Compare March 19, 2021 21:42
@dependabot dependabot bot force-pushed the dependabot/pip/pip-tools-6.0.1 branch from 4ef62a2 to 624f478 Compare March 22, 2021 17:40
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2021

A newer version of pip-tools exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Member

@jgwerner jgwerner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jgwerner jgwerner merged commit 1da445c into main Apr 15, 2021
@jgwerner jgwerner deleted the dependabot/pip/pip-tools-6.0.1 branch April 15, 2021 23:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant