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 5.5.0 to 6.0.1 in /requirements #6885

Closed
Closed
Show file tree
Hide file tree
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/requirements-ci.txt
Expand Up @@ -412,6 +412,10 @@ pathspec==0.8.0
# black
pdbpp==0.10.2
# via -r requirements-dev.txt
pep517==0.10.0
# via
# -r requirements-dev.txt
# pip-tools
pexpect==4.8.0
# via
# -r requirements-dev.txt
Expand All @@ -428,7 +432,7 @@ pillow==8.1.1
# via
# -r requirements-dev.txt
# matrix-synapse
pip-tools==5.5.0
pip-tools==6.0.1
# via -r requirements-dev.txt
pluggy==0.12.0
# via
Expand Down Expand Up @@ -660,6 +664,7 @@ toml==0.10.2
# via
# -r requirements-dev.txt
# black
# pep517
# pylint
# pytest
toolz==0.9.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.in
Expand Up @@ -9,7 +9,7 @@
# -r requirements-docs.txt

# Dependencies
pip-tools~=5.5.0 # this is used by 'deps.py'
pip-tools~=6.0.1 # this is used by 'deps.py'

# Linting
flake8
Expand Down
5 changes: 4 additions & 1 deletion requirements/requirements-dev.txt
Expand Up @@ -360,6 +360,8 @@ pathspec==0.8.0
# via black
pdbpp==0.10.2
# via -r requirements-dev.in
pep517==0.10.0
# via pip-tools
pexpect==4.8.0
# via
# -r requirements-dev.in
Expand All @@ -370,7 +372,7 @@ pickleshare==0.7.5
# via ipython
pillow==8.1.1
# via matrix-synapse
pip-tools==5.5.0
pip-tools==6.0.1
# via -r requirements-dev.in
pluggy==0.12.0
# via pytest
Expand Down Expand Up @@ -555,6 +557,7 @@ toml==0.10.2
# via
# -r requirements.txt
# black
# pep517
# pylint
# pytest
toolz==0.9.0
Expand Down