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.0.0 to 6.0.1 #581

Merged
merged 1 commit into from Mar 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion requirements.txt
Expand Up @@ -97,6 +97,7 @@ identify==1.4.25
importlib-metadata==1.7.0
# via
# flake8
# pep517
# pluggy
# pre-commit
# pytest
Expand Down Expand Up @@ -133,7 +134,9 @@ paramiko==2.7.1
# via fabric3
pathspec==0.8.0
# via black
pip-tools==6.0.0
pep517==0.10.0
# via pip-tools
pip-tools==6.0.1
# via -r requirements.in
pluggy==0.13.1
# via pytest
Expand Down Expand Up @@ -217,6 +220,7 @@ text-unidecode==1.3
toml==0.10.1
# via
# black
# pep517
# pre-commit
# pytest
typed-ast==1.4.1
Expand All @@ -241,6 +245,7 @@ zipp==3.4.0
# via
# importlib-metadata
# importlib-resources
# pep517

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