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

chore: bump pip-tools from 5.4.0 to 6.0.1 #533

Merged
merged 5 commits into from Apr 15, 2021
Merged
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
2 changes: 1 addition & 1 deletion dev-requirements.in
Expand Up @@ -8,7 +8,7 @@ gunicorn==20.1.0
isort==5.7.0
kubernetes==12.0.1
mock==4.0.2
pip-tools==5.4.0
pip-tools==6.0.1
pytest==6.2.2
pre-commit==2.10.0
pytest-asyncio==0.14.0
Expand Down
5 changes: 4 additions & 1 deletion dev-requirements.txt
Expand Up @@ -81,7 +81,9 @@ packaging==20.4
# via pytest
pathspec==0.8.0
# via black
pip-tools==5.4.0
pep517==0.10.0
# via pip-tools
pip-tools==6.0.1
# via -r dev-requirements.in
pluggy==0.13.1
# via pytest
Expand Down Expand Up @@ -156,6 +158,7 @@ sqlalchemy==1.3.20
toml==0.10.1
# via
# black
# pep517
# pre-commit
# pytest
typed-ast==1.4.1
Expand Down