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

Update pip-tools to 7.4.1 #795

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Mar 6, 2024

This PR updates pip-tools from 1.10.1 to 7.4.1.

Changelog

7.4.1

05 Mar 2024

Bug Fixes:

- Skip constraint path check ([2038](https://github.com/jazzband/pip-tools/pull/2038)).
Thanks honnix
- Fix collecting deps for all extras in multiple input packages
([1981](https://github.com/jazzband/pip-tools/pull/1981)). Thanks dragly

7.4.0

16 Feb 2024

Features:

- Allow force-enabling or force-disabling colorized output
([2041](https://github.com/jazzband/pip-tools/pull/2041)). Thanks aneeshusa
- Add support for command-specific configuration sections
([1966](https://github.com/jazzband/pip-tools/pull/1966)). Thanks chrysle
- Add options for including build dependencies in compiled output
([1681](https://github.com/jazzband/pip-tools/pull/1681)). Thanks apljungquist

Bug Fixes:

- Fix for `src-files` not being used when specified in a config file
([2015](https://github.com/jazzband/pip-tools/pull/2015)). Thanks csalerno-asml
- Fix ignorance of inverted CLI options in config for `pip-sync`
([1989](https://github.com/jazzband/pip-tools/pull/1989)). Thanks chrysle
- Filter out origin ireqs for extra requirements before writing output annotations
([2011](https://github.com/jazzband/pip-tools/pull/2011)). Thanks chrysle
- Make BacktrackingResolver ignore extras when dropping existing constraints
([1984](https://github.com/jazzband/pip-tools/pull/1984)). Thanks chludwig-haufe
- Display `pyproject.toml`'s metatada parsing errors in verbose mode
([1979](https://github.com/jazzband/pip-tools/pull/1979)). Thanks szobov

Other Changes:

- Add mention of pip-compile-multi in Other useful tools README section
([1986](https://github.com/jazzband/pip-tools/pull/1986)). Thanks peterdemin

7.3.0

09 Aug 2023

Features:

- Add `--no-strip-extras` and warn about strip extras by default
([1954](https://github.com/jazzband/pip-tools/pull/1954)). Thanks ryanhiebert

Bug Fixes:

- Fix revealed default config in header if requirements in subfolder
([1904](https://github.com/jazzband/pip-tools/pull/1904)). Thanks atugushev
- Direct references show extra requirements in .txt files
([1582](https://github.com/jazzband/pip-tools/pull/1582)). Thanks FlorentJeannot

Other Changes:

- Document how to run under `pipx run`
([1951](https://github.com/jazzband/pip-tools/pull/1951)). Thanks brettcannon
- Document that the backtracking resolver is the current default
([1948](https://github.com/jazzband/pip-tools/pull/1948)). Thanks jeffwidman

7.2.0

02 Aug 2023

Features:

- Add `-c/--constraint` option to `pip-compile`
([1936](https://github.com/jazzband/pip-tools/pull/1936)). Thanks atugushev

Bug Fixes:

- Allow options in config from both `pip-compile` and `pip-sync`
([1933](https://github.com/jazzband/pip-tools/pull/1933)). Thanks atugushev
- Fix rejection of negating CLI boolean flags in config
([1913](https://github.com/jazzband/pip-tools/pull/1913)). Thanks chrysle

Other Changes:

- Add Command Line Reference section to docs
([1934](https://github.com/jazzband/pip-tools/pull/1934)). Thanks atugushev

7.1.0

18 Jul 2023

Features:

- Validate parsed config against CLI options
([1910](https://github.com/jazzband/pip-tools/pull/1910)). Thanks atugushev

Bug Fixes:

- Fix a bug where pip-sync would unexpectedly uninstall some packages
([1919](https://github.com/jazzband/pip-tools/pull/1919)). Thanks atugushev

7.0.0

14 Jul 2023

Backwards Incompatible Changes:

- Default to `--resolver=backtracking`
([1897](https://github.com/jazzband/pip-tools/pull/1897)). Thanks atugushev
- Drop support for Python 3.7
([1879](https://github.com/jazzband/pip-tools/pull/1879)). Thanks chrysle

Features:

- Add support for `pip==23.2` where refactored out `DEV_PKGS`
([1906](https://github.com/jazzband/pip-tools/pull/1906)). Thanks atugushev
- Add `--no-config` option ([1896](https://github.com/jazzband/pip-tools/pull/1896)).
Thanks atugushev

Bug Fixes:

- Sync direct references with hashes
([1885](https://github.com/jazzband/pip-tools/pull/1885)). Thanks siddharthab
- Fix missing `via`s when more than two input files are used
([1890](https://github.com/jazzband/pip-tools/pull/1890)). Thanks lpulley

6.14.0

28 Jun 2023

Features:

- Support config defaults using `.pip-tools.toml` or `pyproject.toml`
([1863](https://github.com/jazzband/pip-tools/pull/1863)). Thanks j00bar
- Log a warning if the user specifies `-P` and the output file is present but empty
([1822](https://github.com/jazzband/pip-tools/pull/1822)). Thanks davidmreed
- Improve warning for `pip-compile` if no `--allow-unsafe` was passed
([1867](https://github.com/jazzband/pip-tools/pull/1867)). Thanks chrysle

Other Changes:

- Correct in README `pre-commit` hook to run off `requirements.in`
([1847](https://github.com/jazzband/pip-tools/pull/1847)). Thanks atugushev
- Add pyprojects.toml example for using setuptools
([1851](https://github.com/jazzband/pip-tools/pull/1851)). Thanks shatakshiiii

6.13.0

07 Apr 2023

Features:

- Add support for self-referential extras
([1791](https://github.com/jazzband/pip-tools/pull/1791)). Thanks q0w
- Add support for `pip==23.1` where removed `FormatControl` in `WheelCache`
([1834](https://github.com/jazzband/pip-tools/pull/1834)). Thanks atugushev
- Add support for `pip==23.1` where refactored requirement options
([1832](https://github.com/jazzband/pip-tools/pull/1832)). Thanks atugushev
- Add support for `pip==23.1` where deprecated `--install-option` has been removed
([1828](https://github.com/jazzband/pip-tools/pull/1828)). Thanks atugushev

Bug Fixes:

- Pass `--cache-dir` to `--pip-args` for backtracking resolver
([1827](https://github.com/jazzband/pip-tools/pull/1827)). Thanks q0w

Other Changes:

- Update examples in README ([1835](https://github.com/jazzband/pip-tools/pull/1835)).
Thanks lucaswerkmeister

6.12.3

01 Mar 2023

Bug Fixes:

- Remove extras from user-supplied constraints in backtracking resolver
([1808](https://github.com/jazzband/pip-tools/pull/1808)). Thanks thomdixon
- Fix for sync error when the ireqs being merged have no names
([1802](https://github.com/jazzband/pip-tools/pull/1802)). Thanks richafrank

6.12.2

25 Dec 2022

Bug Fixes:

- Raise error if input and output filenames are matched
([1787](https://github.com/jazzband/pip-tools/pull/1787)). Thanks atugushev
- Add `pyproject.toml` as default input file format
([1780](https://github.com/jazzband/pip-tools/pull/1780)). Thanks berislavlopac
- Fix a regression with unsafe packages for `--allow-unsafe`
([1788](https://github.com/jazzband/pip-tools/pull/1788)). Thanks q0w

6.12.1

16 Dec 2022

Bug Fixes:

- Set explicitly packages for setuptools
([1782](https://github.com/jazzband/pip-tools/pull/1782)). Thanks q0w

6.12.0

13 Dec 2022

Features:

- Add `--no-index` flag to `pip-compile`
([1745](https://github.com/jazzband/pip-tools/pull/1745)). Thanks atugushev

Bug Fixes:

- Treat `--upgrade-packages` PKGSPECs as constraints (not just minimums), consistently
([1578](https://github.com/jazzband/pip-tools/pull/1578)). Thanks AndydeCleyre
- Filter out the user provided unsafe packages
([1766](https://github.com/jazzband/pip-tools/pull/1766)). Thanks q0w
- Adopt PEP-621 for packaging
([1763](https://github.com/jazzband/pip-tools/pull/1763)). Thanks ssbarnea

6.11.0

30 Nov 2022

Features:

- Add `pyproject.toml` file ([1643](https://github.com/jazzband/pip-tools/pull/1643)).
Thanks otherJL0
- Support build isolation using `setuptools/pyproject.toml` requirement files
([1727](https://github.com/jazzband/pip-tools/pull/1727)). Thanks atugushev

Bug Fixes:

- Improve punctuation/grammar with `pip-compile` header
([1547](https://github.com/jazzband/pip-tools/pull/1547)). Thanks blueyed
- Generate hashes for all available candidates
([1723](https://github.com/jazzband/pip-tools/pull/1723)). Thanks neykov

Other Changes:

- Bump click minimum version to `>= 8`
([1733](https://github.com/jazzband/pip-tools/pull/1733)). Thanks atugushev
- Bump pip minimum version to `>= 22.2`
([1729](https://github.com/jazzband/pip-tools/pull/1729)). Thanks atugushev

6.10.0

13 Nov 2022

Features:

- Deprecate `pip-compile --resolver=legacy`
([1724](https://github.com/jazzband/pip-tools/pull/1724)). Thanks atugushev
- Prompt user to use the backtracking resolver on errors
([1719](https://github.com/jazzband/pip-tools/pull/1719)). Thanks maxfenv
- Add support for Python 3.11 final
([1708](https://github.com/jazzband/pip-tools/pull/1708)). Thanks hugovk
- Add `--newline=[LF|CRLF|native|preserve]` option to `pip-compile`
([1652](https://github.com/jazzband/pip-tools/pull/1652)). Thanks AndydeCleyre

Bug Fixes:

- Fix inconsistent handling of constraints comments with backtracking resolver
([1713](https://github.com/jazzband/pip-tools/pull/1713)). Thanks mkniewallner
- Fix some encoding warnings in Python 3.10 (PEP 597)
([1614](https://github.com/jazzband/pip-tools/pull/1614)). Thanks GalaxySnail

Other Changes:

- Update pip-tools version in the README's pre-commit examples
([1701](https://github.com/jazzband/pip-tools/pull/1701)). Thanks Kludex
- Document use of the backtracking resolver
([1718](https://github.com/jazzband/pip-tools/pull/1718)). Thanks maxfenv
- Use HTTPS in a readme link ([1716](https://github.com/jazzband/pip-tools/pull/1716)).
Thanks Arhell

6.9.0

05 Oct 2022

Features:

- Add `--all-extras` flag to `pip-compile`
([1630](https://github.com/jazzband/pip-tools/pull/1630)). Thanks apljungquist
- Support Exclude Package with custom unsafe packages
([1509](https://github.com/jazzband/pip-tools/pull/1509)). Thanks hmc-cs-mdrissi

Bug Fixes:

- Fix compile cached vcs packages
([1649](https://github.com/jazzband/pip-tools/pull/1649)). Thanks atugushev
- Include `py.typed` in wheel file
([1648](https://github.com/jazzband/pip-tools/pull/1648)). Thanks FlorentJeannot

Other Changes:

- Add pyproject.toml & modern packaging to introduction.
([1668](https://github.com/jazzband/pip-tools/pull/1668)). Thanks hynek

6.8.0

30 Jun 2022

Features:

- Add support for pip's 2020 dependency resolver. Use
`pip-compile --resolver backtracking` to enable new resolver
([1539](https://github.com/jazzband/pip-tools/pull/1539)). Thanks atugushev

6.7.0

27 Jun 2022

Features:

- Support for the `importlib.metadata` metadata implementation
([1632](https://github.com/jazzband/pip-tools/pull/1632)). Thanks richafrank

Bug Fixes:

- Instantiate a new accumulator `InstallRequirement` for `combine_install_requirements`
output ([1519](https://github.com/jazzband/pip-tools/pull/1519)). Thanks richafrank

Other Changes:

- Replace direct usage of the `pep517` module with the `build` module, for loading
project metadata ([1629](https://github.com/jazzband/pip-tools/pull/1629)). Thanks
AndydeCleyre

6.6.2

23 May 2022

Bug Fixes:

- Update `PyPIRepository::resolve_reqs()` for pip>=22.1.1
([1624](https://github.com/jazzband/pip-tools/pull/1624)). Thanks m000

6.6.1

13 May 2022

Bug Fixes:

- Fix support for pip>=22.1 ([1618](https://github.com/jazzband/pip-tools/pull/1618)).
Thanks wizpig64

6.6.0

06 Apr 2022

Features:

- Add support for pip>=22.1 ([1607](https://github.com/jazzband/pip-tools/pull/1607)).
Thanks atugushev

Bug Fixes:

- Ensure `pip-compile --dry-run --quiet` still shows what would be done, while omitting
the dry run message ([1592](https://github.com/jazzband/pip-tools/pull/1592)). Thanks
AndydeCleyre
- Fix `--generate-hashes` when hashes are computed from files
([1540](https://github.com/jazzband/pip-tools/pull/1540)). Thanks RazerM

6.5.1

08 Feb 2022

Bug Fixes:

- Ensure canonicalized requirement names are used as keys, to prevent unnecessary
reinstallations during sync
([1572](https://github.com/jazzband/pip-tools/pull/1572)). Thanks AndydeCleyre

6.5.0

04 Feb 2022

Features:

- Add support for pip>=22.0, drop support for Python 3.6
([1567](https://github.com/jazzband/pip-tools/pull/1567)). Thanks di
- Test on Python 3.11 ([1527](https://github.com/jazzband/pip-tools/pull/1527)). Thanks
hugovk

Other Changes:

- Minor doc edits ([1445](https://github.com/jazzband/pip-tools/pull/1445)). Thanks
ssiano

6.4.0

12 Oct 2021

Features:

- Add support for `pip>=21.3`
([1501](https://github.com/jazzband/pip-tools/pull/1501)). Thanks atugushev
- Add support for Python 3.10
([1497](https://github.com/jazzband/pip-tools/pull/1497)). Thanks joshuadavidthomas

Other Changes:

- Bump pip minimum version to `>= 21.2`
([1500](https://github.com/jazzband/pip-tools/pull/1500)). Thanks atugushev

6.3.1

08 Oct 2021

Bug Fixes:

- Ensure `pip-tools` unions dependencies of multiple declarations of a package with
different extras ([1486](https://github.com/jazzband/pip-tools/pull/1486)). Thanks
richafrank
- Allow comma-separated arguments for `--extra`
([1493](https://github.com/jazzband/pip-tools/pull/1493)). Thanks AndydeCleyre
- Improve clarity of help text for options supporting multiple
([1492](https://github.com/jazzband/pip-tools/pull/1492)). Thanks AndydeCleyre

6.3.0

21 Sep 2021

Features:

- Enable single-line annotations with `pip-compile --annotation-style=line`
([1477](https://github.com/jazzband/pip-tools/pull/1477)). Thanks AndydeCleyre
- Generate PEP 440 direct reference whenever possible
([1455](https://github.com/jazzband/pip-tools/pull/1455)). Thanks FlorentJeannot
- PEP 440 Direct Reference support
([1392](https://github.com/jazzband/pip-tools/pull/1392)). Thanks FlorentJeannot

Bug Fixes:

- Change log level of hash message
([1460](https://github.com/jazzband/pip-tools/pull/1460)). Thanks plannigan
- Allow passing `--no-upgrade` option
([1438](https://github.com/jazzband/pip-tools/pull/1438)). Thanks ssbarnea

6.2.0

22 Jun 2021

Features:

- Add `--emit-options/--no-emit-options` flags to `pip-compile`
([1123](https://github.com/jazzband/pip-tools/pull/1123)). Thanks atugushev
- Add `--python-executable` option for `pip-sync`
([1333](https://github.com/jazzband/pip-tools/pull/1333)). Thanks MaratFM
- Log which python version was used during compile
([828](https://github.com/jazzband/pip-tools/pull/828)). Thanks graingert

Bug Fixes:

- Fix `pip-compile` package ordering
([1419](https://github.com/jazzband/pip-tools/pull/1419)). Thanks adamsol
- Add `--strip-extras` option to `pip-compile` for producing constraint compatible
output ([1404](https://github.com/jazzband/pip-tools/pull/1404)). Thanks ssbarnea
- Fix `click` v7 `version_option` compatibility
([1410](https://github.com/jazzband/pip-tools/pull/1410)). Thanks FuegoFro
- Pass `package_name` explicitly in `click.version_option` decorators for compatibility
with `click>=8.0` ([1400](https://github.com/jazzband/pip-tools/pull/1400)). Thanks
nicoa

Other Changes:

- Document updating requirements with `pre-commit` hooks
([1387](https://github.com/jazzband/pip-tools/pull/1387)). Thanks microcat49
- Add `setuptools` and `wheel` dependencies to the `setup.cfg`
([889](https://github.com/jazzband/pip-tools/pull/889)). Thanks jayvdb
- Improve instructions for new contributors
([1394](https://github.com/jazzband/pip-tools/pull/1394)). Thanks FlorentJeannot
- Better explain role of existing `requirements.txt`
([1369](https://github.com/jazzband/pip-tools/pull/1369)). Thanks mikepqr

6.1.0

14 Apr 2021

Features:

- Add support for `pyproject.toml` or `setup.cfg` as input dependency file (PEP-517) for
`pip-compile` ([1356](https://github.com/jazzband/pip-tools/pull/1356)). Thanks
orsinium
- Add `pip-compile --extra` option to specify `extras_require` dependencies
([1363](https://github.com/jazzband/pip-tools/pull/1363)). Thanks orsinium

Bug Fixes:

- Restore ability to set compile cache with env var `PIP_TOOLS_CACHE_DIR`
([1368](https://github.com/jazzband/pip-tools/pull/1368)). Thanks AndydeCleyre

6.0.1

15 Mar 2021

Bug Fixes:

- Fixed a bug with undeclared dependency on `importlib-metadata` at Python 3.6
([1353](https://github.com/jazzband/pip-tools/pull/1353)). Thanks atugushev

Dependencies:

- Add `pep517` dependency ([1353](https://github.com/jazzband/pip-tools/pull/1353)).
Thanks atugushev

6.0.0

12 Mar 2021

Backwards Incompatible Changes:

- Remove support for EOL Python 3.5 and 2.7
([1243](https://github.com/jazzband/pip-tools/pull/1243)). Thanks jdufresne
- Remove deprecated `--index/--no-index` option from `pip-compile`
([1234](https://github.com/jazzband/pip-tools/pull/1234)). Thanks jdufresne

Features:

- Use `pep517` to parse dependencies metadata from `setup.py`
([1311](https://github.com/jazzband/pip-tools/pull/1311)). Thanks astrojuanlu

Bug Fixes:

- Fix a bug where `pip-compile` with `setup.py` would not include dependencies with
environment markers ([1311](https://github.com/jazzband/pip-tools/pull/1311)). Thanks
astrojuanlu
- Prefer `===` over `==` when generating `requirements.txt` if a dependency was pinned
with `===` ([1323](https://github.com/jazzband/pip-tools/pull/1323)). Thanks
IceTDrinker
- Fix a bug where `pip-compile` with `setup.py` in nested folder would generate
`setup.txt` output file ([1324](https://github.com/jazzband/pip-tools/pull/1324)).
Thanks peymanslh
- Write out default index when it is provided as `--extra-index-url`
([1325](https://github.com/jazzband/pip-tools/pull/1325)). Thanks fahrradflucht

Dependencies:

- Bump `pip` minimum version to `>= 20.3`
([1340](https://github.com/jazzband/pip-tools/pull/1340)). Thanks atugushev

5.5.0

31 Dec 2020

Features:

- Add Python 3.9 support ([1222](https://github.com/jazzband/pip-tools/pull/1222)).
Thanks jdufresne
- Improve formatting of long "via" annotations
([1237](https://github.com/jazzband/pip-tools/pull/1237)). Thanks jdufresne
- Add `--verbose` and `--quiet` options to `pip-sync`
([1241](https://github.com/jazzband/pip-tools/pull/1241)). Thanks jdufresne
- Add `--no-allow-unsafe` option to `pip-compile`
([1265](https://github.com/jazzband/pip-tools/pull/1265)). Thanks jdufresne

Bug Fixes:

- Restore `PIP_EXISTS_ACTION` environment variable to its previous state when resolve
dependencies in `pip-compile`
([1255](https://github.com/jazzband/pip-tools/pull/1255)). Thanks jdufresne

Dependencies:

- Remove `six` dependency in favor `pip`'s vendored `six`
([1240](https://github.com/jazzband/pip-tools/pull/1240)). Thanks jdufresne

Improved Documentation:

- Add `pip-requirements.el` (for Emacs) to useful tools to `README`
([1244](https://github.com/jazzband/pip-tools/pull/1244)). Thanks jdufresne
- Add supported Python versions to `README`
([1246](https://github.com/jazzband/pip-tools/pull/1246)). Thanks jdufresne

5.4.0

21 Nov 2020

Features:

- Add `pip>=20.3` support ([1216](https://github.com/jazzband/pip-tools/pull/1216)).
Thanks atugushev and AndydeCleyre
- Exclude `--no-reuse-hashes` option from «command to run» header
([1197](https://github.com/jazzband/pip-tools/pull/1197)). Thanks graingert

Dependencies:

- Bump `pip` minimum version to `>= 20.1`
([1191](https://github.com/jazzband/pip-tools/pull/1191)). Thanks atugushev and
AndydeCleyre

5.3.1

31 Jul 2020

Bug Fixes:

- Fix `pip-20.2` compatibility issue that caused `pip-tools` to sometime fail to
stabilize in a constant number of rounds
([1194](https://github.com/jazzband/pip-tools/pull/1194)). Thanks vphilippon

5.3.0

26 Jul 2020

Features:

- Add `-h` alias for `--help` option to `pip-sync` and `pip-compile`
([1163](https://github.com/jazzband/pip-tools/pull/1163)). Thanks jan25
- Add `pip>=20.2` support ([1168](https://github.com/jazzband/pip-tools/pull/1168)).
Thanks atugushev
- `pip-sync` now exists with code `1` on `--dry-run`
([1172](https://github.com/jazzband/pip-tools/pull/1172)). Thanks francisbrito
- `pip-compile` now doesn't resolve constraints from `-c constraints.txt`that are not
(yet) requirements ([1175](https://github.com/jazzband/pip-tools/pull/1175)). Thanks
clslgrnc
- Add `--reuse-hashes/--no-reuse-hashes` options to `pip-compile`
([1177](https://github.com/jazzband/pip-tools/pull/1177)). Thanks graingert

5.2.1

09 Jun 2020

Bug Fixes:

- Fix a bug where `pip-compile` would lose some dependencies on update a
`requirements.txt` ([1159](https://github.com/jazzband/pip-tools/pull/1159)). Thanks
richafrank

5.2.0

27 May 2020

Features:

- Show basename of URLs when `pip-compile` generates hashes in a verbose mode
([1113](https://github.com/jazzband/pip-tools/pull/1113)). Thanks atugushev
- Add `--emit-index-url/--no-emit-index-url` options to `pip-compile`
([1130](https://github.com/jazzband/pip-tools/pull/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](https://github.com/jazzband/pip-tools/pull/1119)). Thanks atugushev
- Fix leaked URLs with credentials in the debug output of `pip-compile`.
([1146](https://github.com/jazzband/pip-tools/pull/1146)). Thanks atugushev
- Fix a bug where URL requirements would have name collisions
([1149](https://github.com/jazzband/pip-tools/pull/1149)). Thanks geokala

Deprecations:

- Deprecate `--index/--no-index` in favor of `--emit-index-url/--no-emit-index-url`
options in `pip-compile` ([1130](https://github.com/jazzband/pip-tools/pull/1130)).
Thanks atugushev

Other Changes:

- Switch to `setuptools` declarative syntax through `setup.cfg`
([1141](https://github.com/jazzband/pip-tools/pull/1141)). Thanks jdufresne

5.1.2

05 May 2020

Bug Fixes:

- Fix grouping of editables and non-editables requirements
([1132](https://github.com/jazzband/pip-tools/pull/1132)). Thanks richafrank

5.1.1

01 May 2020

Bug Fixes:

- Fix a bug where `pip-compile` would generate hashes for `*.egg` files
([1122](https://github.com/jazzband/pip-tools/pull/1122)). Thanks atugushev

5.1.0

27 Apr 2020

Features:

- Show progress bar when downloading packages in `pip-compile` verbose mode
([949](https://github.com/jazzband/pip-tools/pull/949)). Thanks atugushev
- `pip-compile` now gets hashes from `PyPI` JSON API (if available) which significantly
increases the speed of hashes generation
([1109](https://github.com/jazzband/pip-tools/pull/1109)). Thanks atugushev

5.0.0

16 Apr 2020

Backwards Incompatible Changes:

- `pip-tools` now requires `pip>=20.0` (previously `8.1.x` - `20.0.x`). Windows users,
make sure to use `python -m pip install pip-tools` to avoid issues with `pip`
self-update from now on ([1055](https://github.com/jazzband/pip-tools/pull/1055)).
Thanks atugushev
- `--build-isolation` option now set on by default for `pip-compile`
([1060](https://github.com/jazzband/pip-tools/pull/1060)). Thanks hramezani

Features:

- Exclude requirements with non-matching markers from `pip-sync`
([927](https://github.com/jazzband/pip-tools/pull/927)). Thanks AndydeCleyre
- Add `pre-commit` hook for `pip-compile`
([976](https://github.com/jazzband/pip-tools/pull/976)). Thanks atugushev
- `pip-compile` and `pip-sync` now pass anything provided to the new `--pip-args` option
on to `pip` ([1080](https://github.com/jazzband/pip-tools/pull/1080)). Thanks
AndydeCleyre
- `pip-compile` output headers are now more accurate when `--` is used to escape
filenames ([1080](https://github.com/jazzband/pip-tools/pull/1080)). Thanks
AndydeCleyre
- Add `pip>=20.1` support ([1088](https://github.com/jazzband/pip-tools/pull/1088)).
Thanks atugushev

Bug Fixes:

- Fix a bug where editables that are both direct requirements and constraints wouldn't
appear in `pip-compile` output
([1093](https://github.com/jazzband/pip-tools/pull/1093)). Thanks richafrank
- `pip-compile` now sorts format controls (`--no-binary/--only-binary`) to ensure
consistent results ([1098](https://github.com/jazzband/pip-tools/pull/1098)). Thanks
richafrank

Improved Documentation:

- Add cross-environment usage documentation to `README`
([651](https://github.com/jazzband/pip-tools/pull/651)). Thanks vphilippon
- Add versions compatibility table to `README`
([1106](https://github.com/jazzband/pip-tools/pull/1106)). Thanks atugushev

4.5.1

26 Feb 2020

Bug Fixes:

- Strip line number annotations such as "(line XX)" from file requirements, to prevent
diff noise when modifying input requirement files
([1075](https://github.com/jazzband/pip-tools/pull/1075)). Thanks adamchainz

Improved Documentation:

- Updated `README` example outputs for primary requirement annotations
([1072](https://github.com/jazzband/pip-tools/pull/1072)). Thanks richafrank

4.5.0

20 Feb 2020

Features:

- Primary requirements and VCS dependencies are now get annotated with any source `.in`
files and reverse dependencies
([1058](https://github.com/jazzband/pip-tools/pull/1058)). Thanks AndydeCleyre

Bug Fixes:

- Always use normalized path for cache directory as it is required in newer versions of
`pip` ([1062](https://github.com/jazzband/pip-tools/pull/1062)). Thanks kammala

Improved Documentation:

- Replace outdated link in the `README` with rationale for pinning
([1053](https://github.com/jazzband/pip-tools/pull/1053)). Thanks m-aciek

4.4.1

31 Jan 2020

Bug Fixes:

- Fix a bug where `pip-compile` would keep outdated options from `requirements.txt`
([1029](https://github.com/jazzband/pip-tools/pull/1029)). Thanks atugushev
- Fix the `No handlers could be found for logger "pip.*"` error by configuring the
builtin logging module ([1035](https://github.com/jazzband/pip-tools/pull/1035)).
Thanks vphilippon
- Fix a bug where dependencies of relevant constraints may be missing from output file
([1037](https://github.com/jazzband/pip-tools/pull/1037)). Thanks jeevb
- Upgrade the minimal version of `click` from `6.0` to `7.0` version in `setup.py`
([1039](https://github.com/jazzband/pip-tools/pull/1039)). Thanks hramezani
- Ensure that depcache considers the python implementation such that (for example)
`cpython3.6` does not poison the results of `pypy3.6`
([1050](https://github.com/jazzband/pip-tools/pull/1050)). Thanks asottile

Improved Documentation:

- Make the `README` more imperative about installing into a project's virtual
environment to avoid confusion
([1023](https://github.com/jazzband/pip-tools/pull/1023)). Thanks tekumara
- Add a note to the `README` about how to install requirements on different stages to
[Workflow for layered requirements](https://pip-tools.rtfd.io/en/latest/#workflow-for-layered-requirements)
section ([1044](https://github.com/jazzband/pip-tools/pull/1044)). Thanks hramezani

4.4.0

21 Jan 2020

Features:

- Add `--cache-dir` option to `pip-compile`
([1022](https://github.com/jazzband/pip-tools/pull/1022)). Thanks richafrank
- Add `pip>=20.0` support ([1024](https://github.com/jazzband/pip-tools/pull/1024)).
Thanks atugushev

Bug Fixes:

- Fix a bug where `pip-compile --upgrade-package` would upgrade those passed packages
not already required according to the `*.in` and `*.txt` files
([1031](https://github.com/jazzband/pip-tools/pull/1031)). Thanks AndydeCleyre

4.3.0

25 Nov 2019

Features:

- Add Python 3.8 support ([956](https://github.com/jazzband/pip-tools/pull/956)).
Thanks hramezani
- Unpin commented out unsafe packages in `requirements.txt`
([975](https://github.com/jazzband/pip-tools/pull/975)). Thanks atugushev

Bug Fixes:

- Fix `pip-compile` doesn't copy `--trusted-host` from `requirements.in` to
`requirements.txt` ([964](https://github.com/jazzband/pip-tools/pull/964)). Thanks
atugushev
- Add compatibility with `pip>=20.0`
([953](https://github.com/jazzband/pip-tools/pull/953) and
[978](https://github.com/jazzband/pip-tools/pull/978)). Thanks atugushev
- Fix a bug where the resolver wouldn't clean up the ephemeral wheel cache
([968](https://github.com/jazzband/pip-tools/pull/968)). Thanks atugushev

Improved Documentation:

- Add a note to `README` about `requirements.txt` file, which would possibly interfere
if you're compiling from scratch
([959](https://github.com/jazzband/pip-tools/pull/959)). Thanks hramezani

4.2.0

12 Oct 2019

Features:

- Add `--ask` option to `pip-sync`
([913](https://github.com/jazzband/pip-tools/pull/913)). Thanks georgek

Bug Fixes:

- Add compatibility with `pip>=19.3`
([864](https://github.com/jazzband/pip-tools/pull/864),
[904](https://github.com/jazzband/pip-tools/pull/904),
[910](https://github.com/jazzband/pip-tools/pull/910),
[912](https://github.com/jazzband/pip-tools/pull/912) and
[915](https://github.com/jazzband/pip-tools/pull/915)). Thanks atugushev
- Ensure `pip-compile --no-header <blank requirements.in>` creates/overwrites
`requirements.txt` ([909](https://github.com/jazzband/pip-tools/pull/909)). Thanks
AndydeCleyre
- Fix `pip-compile --upgrade-package` removes «via» annotation
([931](https://github.com/jazzband/pip-tools/pull/931)). Thanks hramezani

Improved Documentation:

- Add info to `README` about layered requirements files and `-c` flag
([905](https://github.com/jazzband/pip-tools/pull/905)). Thanks jamescooke

4.1.0

26 Aug 2019

Features:

- Add `--no-emit-find-links` option to `pip-compile`
([873](https://github.com/jazzband/pip-tools/pull/873)). Thanks jacobtolar

Bug Fixes:

- Prevent `--dry-run` log message from being printed with `--quiet` option in
`pip-compile` ([861](https://github.com/jazzband/pip-tools/pull/861)). Thanks
ddormer
- Fix resolution of requirements from Git URLs without `-e`
([879](https://github.com/jazzband/pip-tools/pull/879)). Thanks andersk

4.0.0

25 Jul 2019

Backwards Incompatible Changes:

- Drop support for EOL Python 3.4
([803](https://github.com/jazzband/pip-tools/pull/803)). Thanks auvipy

Bug Fixes:

- Fix `pip>=19.2` compatibility
([857](https://github.com/jazzband/pip-tools/pull/857)). Thanks atugushev

3.9.0

17 Jul 2019

Features:

- Print provenance information when `pip-compile` fails
([837](https://github.com/jazzband/pip-tools/pull/837)). Thanks jakevdp

Bug Fixes:

- Output all logging to stderr instead of stdout
([834](https://github.com/jazzband/pip-tools/pull/834)). Thanks georgek
- Fix output file update with `--dry-run` option in `pip-compile`
([842](https://github.com/jazzband/pip-tools/pull/842)). Thanks shipmints and
atugushev

3.8.0

06 Jun 2019

Features:

- Options `--upgrade` and `--upgrade-package` are no longer mutually exclusive
([831](https://github.com/jazzband/pip-tools/pull/831)). Thanks adamchainz

Bug Fixes:

- Fix `--generate-hashes` with bare VCS URLs
([812](https://github.com/jazzband/pip-tools/pull/812)). Thanks jcushman
- Fix issues with `UnicodeError` when installing `pip-tools` from source in some systems
([816](https://github.com/jazzband/pip-tools/pull/816)). Thanks AbdealiJK
- Respect `--pre` option in the input file
([822](https://github.com/jazzband/pip-tools/pull/822)). Thanks atugushev
- Option `--upgrade-package` now works even if the output file does not exist
([831](https://github.com/jazzband/pip-tools/pull/831)). Thanks adamchainz

3.7.0

09 May 2019

Features:

- Show progressbar on generation hashes in `pip-compile` verbose mode
([743](https://github.com/jazzband/pip-tools/pull/743)). Thanks atugushev
- Add options `--cert` and `--client-cert` to `pip-sync`
([798](https://github.com/jazzband/pip-tools/pull/798)). Thanks atugushev
- Add support for `--find-links` in `pip-compile` output
([793](https://github.com/jazzband/pip-tools/pull/793)). Thanks estan and atugushev
- Normalize «command to run» in `pip-compile` headers
([800](https://github.com/jazzband/pip-tools/pull/800)). Thanks atugushev
- Support URLs as packages ([807](https://github.com/jazzband/pip-tools/pull/807)).
Thanks jcushman, nim65s and toejough

Bug Fixes:

- Fix replacing password to asterisks in `pip-compile`
([808](https://github.com/jazzband/pip-tools/pull/808)). Thanks atugushev

3.6.1

24 Apr 2019

Bug Fixes:

- Fix `pip>=19.1` compatibility
([795](https://github.com/jazzband/pip-tools/pull/795)). Thanks atugushev

3.6.0

03 Apr 2019

Features:

- Show less output on `pip-sync` with `--quiet` option
([765](https://github.com/jazzband/pip-tools/pull/765)). Thanks atugushev
- Support the flag `--trusted-host` in `pip-sync`
([777](https://github.com/jazzband/pip-tools/pull/777)). Thanks firebirdberlin

3.5.0

13 Mar 2019

Features:

- Show default index url provided by `pip`
([735](https://github.com/jazzband/pip-tools/pull/735)). Thanks atugushev
- Add an option to allow enabling/disabling build isolation
([758](https://github.com/jazzband/pip-tools/pull/758)). Thanks atugushev

Bug Fixes:

- Fix the output file for `pip-compile` with an explicit `setup.py` as source file
([731](https://github.com/jazzband/pip-tools/pull/731)). Thanks atugushev
- Fix order issue with generated lock file when `hashes` and `markers` are used together
([763](https://github.com/jazzband/pip-tools/pull/763)). Thanks milind-shakya-sp

3.4.0

19 Feb 2019

Features:

- Add option `--quiet` to `pip-compile`
([720](https://github.com/jazzband/pip-tools/pull/720)). Thanks bendikro
- Emit the original command to the `pip-compile`'s header
([733](https://github.com/jazzband/pip-tools/pull/733)). Thanks atugushev

Bug Fixes:

- Fix `pip-sync` to use pip script depending on a python version
([737](https://github.com/jazzband/pip-tools/pull/737)). Thanks atugushev

3.3.2

26 Jan 2019

Bug Fixes:

- Fix `pip-sync` with a temporary requirement file on Windows
([723](https://github.com/jazzband/pip-tools/pull/723)). Thanks atugushev
- Fix `pip-sync` to prevent uninstall of stdlib and dev packages
([718](https://github.com/jazzband/pip-tools/pull/718)). Thanks atugushev

3.3.1

Features:

- Added support of `pip` 19.0 ([715](https://github.com/jazzband/pip-tools/pull/715)).
Thanks atugushev
- Add `--allow-unsafe` to update instructions in the generated `requirements.txt`
([708](https://github.com/jazzband/pip-tools/pull/708)). Thanks richafrank

Bug Fixes:

- Fix `pip-sync` to check hashes
([706](https://github.com/jazzband/pip-tools/pull/706)). Thanks atugushev

3.3.0

23 Jan 2019

3.2.0

18 Dec 2018

Features:

- Apply version constraints specified with package upgrade option
(`-P, --upgrade-package`) ([694](https://github.com/jazzband/pip-tools/pull/694)).
Thanks richafrank

3.1.0

05 Oct 2018

Features:

- Added support of `pip` 18.1 ([689](https://github.com/jazzband/pip-tools/pull/689)).
Thanks vphilippon

3.0.0

24 Sep 2018

Major changes:

- Update `pip-tools` for native `pip` 8, 9, 10 and 18 compatibility, un-vendoring `pip`
to use the user-installed `pip`
([657](https://github.com/jazzband/pip-tools/pull/657) and
[672](https://github.com/jazzband/pip-tools/pull/672)). Thanks to techalchemy,
suutari, tysonclugg and vphilippon for contributing on this.

Features:

- Removed the dependency on the external library `first`
([676](https://github.com/jazzband/pip-tools/pull/676)). Thanks jdufresne

2.0.2

28 Apr 2018

Bug Fixes:

- Added clearer error reporting when skipping pre-releases
([655](https://github.com/jazzband/pip-tools/pull/655)). Thanks WoLpH

2.0.1

15 Apr 2018

Bug Fixes:

- Added missing package data from vendored pip, such as missing cacert.pem file. Thanks
vphilippon

2.0.0

15 Apr 2018

Major changes:

- Vendored `pip` 9.0.3 to keep compatibility for users with `pip` 10.0.0
([644](https://github.com/jazzband/pip-tools/pull/644)). Thanks vphilippon

Features:

- Improved the speed of pip-compile --generate-hashes by caching the hashes from an
existing output file ([641](https://github.com/jazzband/pip-tools/pull/641)). Thanks
justicz
- Added a `pip-sync --user` option to restrict attention to user-local directory
([642](https://github.com/jazzband/pip-tools/pull/642)). Thanks jbergknoff-10e
- Removed the hard dependency on setuptools
([645](https://github.com/jazzband/pip-tools/pull/645)). Thanks vphilippon

Bug fixes:

- The pip environment markers on top-level requirements in the source file
(requirements.in) are now properly handled and will only be processed in the right
environment ([647](https://github.com/jazzband/pip-tools/pull/647)). Thanks
JoergRittinger

1.11.0

30 Nov 2017

Features:

- Allow editable packages in requirements.in with `pip-compile --generate-hashes`
([524](https://github.com/jazzband/pip-tools/pull/524)). Thanks jdufresne
- Allow for CA bundles with `pip-compile --cert`
([612](https://github.com/jazzband/pip-tools/pull/612)). Thanks khwilson
- Improved `pip-compile` duration with large locally available editable requirement by
skipping a copy to the cache ([583](https://github.com/jazzband/pip-tools/pull/583)).
Thanks costypetrisor
- Slightly improved the `NoCandidateFound` error message on potential causes
([614](https://github.com/jazzband/pip-tools/pull/614)). Thanks vphilippon

Bug Fixes:

- Add `-markerlib` to the list of `PACKAGES_TO_IGNORE` of `pip-sync`
([613](https://github.com/jazzband/pip-tools/pull/613)).

1.10.2

22 Nov 2017

Bug Fixes:

- Fixed bug causing dependencies from invalid wheels for the current platform to be
included ([571](https://github.com/jazzband/pip-tools/pull/571)).
- `pip-sync` will respect environment markers in the requirements.txt
([600](https://github.com/jazzband/pip-tools/pull/600)). Thanks hazmat345
- Converted the ReadMe to have a nice description rendering on PyPI. Thanks bittner
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant