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

Python Package(deps-dev): Bump pip-tools from 6.2.0 to 6.10.0 in /python-package #492

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 25 additions & 6 deletions python-package/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ attrs==21.2.0
# pytest
autopep8==1.5.7
# via -r requirements/dev.in
build==0.9.0
# via pip-tools
click==7.1.2
# via
# -c requirements/constraints.txt
Expand Down Expand Up @@ -46,6 +48,14 @@ flake8-use-fstring==1.1
# via -r requirements/style.in
future==0.18.2
# via junitparser
importlib-metadata==5.0.0
# via
# build
# flake8
# pluggy
# pytest
# tox
# virtualenv
iniconfig==1.1.1
# via pytest
isort==5.9.1
Expand All @@ -64,13 +74,14 @@ mypy-extensions==0.4.3
# via mypy
packaging==21.0
# via
# build
# pytest
# tox
pep517==0.10.0
# via pip-tools
# via build
pep8-naming==0.11.1
# via -r requirements/style.in
pip-tools==6.2.0
pip-tools==6.10.0
# via -r requirements/dev.in
pluggy==0.13.1
# via
Expand Down Expand Up @@ -106,20 +117,28 @@ testfixtures==6.17.1
toml==0.10.2
# via
# autopep8
# pep517
# pytest
# pytest-cov
# tox
tomli==2.0.1
# via build
tox==3.23.1
# via -r requirements/tox.in
typed-ast==1.4.3
# via mypy
typing-extensions==3.10.0.0
# via mypy
# via
# flake8-annotations
# mypy
typing-extensions==3.10.0.0 ; python_version < "3.8"
# via
# -c requirements/constraints.txt
# importlib-metadata
# mypy
virtualenv==20.4.7
# via tox
wheel==0.36.2
# via pip-tools
zipp==3.10.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down