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

Bump pip-tools from 6.1.0 to 7.3.0 #570

Closed
wants to merge 1 commit into from
Closed
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
34 changes: 26 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ appdirs==1.4.4
# via
# -c requirements-test.txt
# virtualenv
appnope==0.1.2
# via ipython
backcall==0.2.0
# via ipython
build==1.0.3
# via pip-tools
cfgv==3.2.0
# via pre-commit
click==8.0.0
Expand All @@ -26,25 +26,29 @@ filelock==3.0.12
# via virtualenv
identify==2.2.4
# via pre-commit
ipython-genutils==0.2.0
# via traitlets
importlib-metadata==7.0.1
# via build
ipython==7.23.1
# via -r requirements-dev.in
ipython-genutils==0.2.0
# via traitlets
jedi==0.18.0
# via ipython
matplotlib-inline==0.1.2
# via ipython
nodeenv==1.6.0
# via pre-commit
packaging==20.9
# via
# -c requirements-test.txt
# build
parso==0.8.2
# via jedi
pep517==0.10.0
# via pip-tools
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.1.0
pip-tools==7.3.0
# via -r requirements-dev.in
pre-commit==2.12.1
# via -r requirements-dev.in
Expand All @@ -54,6 +58,12 @@ ptyprocess==0.7.0
# via pexpect
pygments==2.9.0
# via ipython
pyparsing==2.4.7
# via
# -c requirements-test.txt
# packaging
pyproject-hooks==1.0.0
# via build
python-dotenv==0.17.1
# via -r requirements-dev.in
pyyaml==5.4.1
Expand All @@ -65,8 +75,12 @@ six==1.16.0
toml==0.10.2
# via
# -c requirements-test.txt
# pep517
# pre-commit
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
traitlets==5.0.5
# via
# ipython
Expand All @@ -75,6 +89,10 @@ virtualenv==20.4.6
# via pre-commit
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata

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