Skip to content

Commit

Permalink
fix: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman Nawaz authored and Salman Nawaz committed Jul 6, 2023
2 parents d5f2090 + c6131e1 commit 754f8bb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sqlparse==0.4.4
# via django
tinycss2==1.1.1
# via bleach
typing-extensions==4.6.3
typing-extensions==4.7.1
# via asgiref
web-fragments==2.0.0
# via
Expand Down
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ bok-choy==0.7.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
boto3==1.26.160
boto3==1.26.165
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -250,12 +250,12 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# needle
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.txt
platformdirs==3.8.0
# via
Expand Down Expand Up @@ -408,6 +408,7 @@ tomli==2.0.1
# -r requirements/workbench.txt
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
# tox
Expand All @@ -417,7 +418,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down
3 changes: 2 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.40.0
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ path==16.6.0
# edx-i18n-tools
pbr==5.11.1
# via stevedore
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements/test.txt
# needle
Expand Down Expand Up @@ -289,7 +289,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ packaging==23.1
# via pytest
path==16.6.0
# via edx-i18n-tools
pillow==9.5.0
pillow==10.0.0
# via needle
pluggy==1.2.0
# via pytest
Expand Down Expand Up @@ -187,7 +187,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bleach[css]==6.0.0
# via -r requirements/test.txt
bok-choy==0.7.1
# via -r requirements/test.txt
boto3==1.26.160
boto3==1.26.165
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.29.160
botocore==1.29.165
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -157,7 +157,7 @@ path==16.6.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pillow==9.5.0
pillow==10.0.0
# via
# -r requirements/test.txt
# needle
Expand Down Expand Up @@ -250,7 +250,7 @@ tomli==2.0.1
# -r requirements/test.txt
# coverage
# pytest
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/test.txt
# asgiref
Expand Down

0 comments on commit 754f8bb

Please sign in to comment.