Skip to content

Commit

Permalink
chore: unpin requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Dec 28, 2020
1 parent 839aa04 commit 3f91781
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -15,9 +15,9 @@ update:
@echo "- Updating dependencies -"
@echo "-------------------------"

pip-compile -U --allow-unsafe
pip-compile -U --allow-unsafe docs/requirements.in --output-file docs/requirements.txt
pip-compile -U --allow-unsafe requirements-dev.in --output-file requirements-dev.txt
pip-compile -Ur --allow-unsafe
pip-compile -Ur --allow-unsafe docs/requirements.in --output-file docs/requirements.txt
pip-compile -Ur --allow-unsafe requirements-dev.in --output-file requirements-dev.txt
pip install -r requirements-dev.txt

@echo ""
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -97,8 +97,7 @@ def run(self) -> None:
"ruamel.yaml",
# Until we migrate to python 3.8 so we can import TypedDict directly
"mypy_extensions",
# Until the charset 4.0.0 is globally accepted
"requests==2.25.0",
"requests",
"tabulate",
"Click",
],
Expand Down

0 comments on commit 3f91781

Please sign in to comment.