Skip to content

Commit

Permalink
Bump and fix pip-tools
Browse files Browse the repository at this point in the history
Fixes issue of pip-tools not working.

Refs TIED-120
  • Loading branch information
charn committed Oct 23, 2023
1 parent efe4305 commit 9ffd008
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --resolver=backtracking requirements-dev.in
# pip-compile requirements-dev.in
#
attrs==22.2.0
# via
# flake8-bugbear
# pytest
black==23.3.0
# via -r requirements-dev.in
build==0.10.0
build==1.0.3
# via pip-tools
cfgv==3.3.1
# via pre-commit
click==8.1.3
click==8.1.7
# via
# black
# pip-tools
Expand All @@ -37,6 +37,8 @@ freezegun==1.2.2
# via -r requirements-dev.in
identify==2.5.22
# via pre-commit
importlib-metadata==6.8.0
# via build
iniconfig==2.0.0
# via pytest
isort==5.12.0
Expand All @@ -57,7 +59,7 @@ pathspec==0.11.1
# via black
pep8-naming==0.13.3
# via -r requirements-dev.in
pip-tools==6.12.3
pip-tools==7.3.0
# via -r requirements-dev.in
platformdirs==3.2.0
# via
Expand Down Expand Up @@ -97,6 +99,7 @@ tomli==2.0.1
# black
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.5.0
Expand All @@ -105,8 +108,10 @@ typing-extensions==4.5.0
# black
virtualenv==20.21.0
# via pre-commit
wheel==0.40.0
wheel==0.41.2
# 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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
# pip-compile requirements.in
#
asgiref==3.6.0
# via django
Expand Down

0 comments on commit 9ffd008

Please sign in to comment.