Skip to content

Commit

Permalink
fix: fixup previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Mar 12, 2024
1 parent 001c541 commit c1f8888
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 45 deletions.
12 changes: 5 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -68,11 +68,9 @@ tomli==2.0.1
# tox
tox==4.13.0
# via -r requirements/ci.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# requests
virtualenv==20.25.0
urllib3==2.2.1
# via requests
virtualenv==20.25.1
# via tox
2 changes: 0 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@

# TODO: Many pinned dependencies should be unpinned and/or moved to this constraints file.
pylint==2.12.2

urllib3<2.0.0 # avoid dependencies conflicts between botocore and requests
41 changes: 30 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.44
boto3==1.34.49
# via fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# boto3
# s3transfer
Expand All @@ -47,9 +47,9 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
cookiecutter==2.5.0
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
ddt==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -79,8 +79,14 @@ fs-s3fs==1.1.1
# via
# openedx-django-pyfs
# xblock-sdk
gitdb==4.0.11
# via gitpython
gitpython==3.1.42
# via transifex-client
idna==3.6
# via requests
importlib-metadata==7.0.1
# via build
iniconfig==2.0.0
# via pytest
isort==5.13.2
Expand Down Expand Up @@ -174,7 +180,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -188,10 +194,11 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.4
python-slugify==4.0.1
# via
# code-annotations
# cookiecutter
# transifex-client
pytz==2024.1
# via
# django
Expand All @@ -207,6 +214,7 @@ requests==2.31.0
# -r requirements/base.in
# caniusepython3
# cookiecutter
# transifex-client
# xblock-sdk
rich==13.7.0
# via cookiecutter
Expand All @@ -222,11 +230,14 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
# transifex-client
smmap==5.0.1
# via gitdb
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -239,15 +250,21 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# pytest
transifex-client==0.14.4
# via -r requirements/dev.in
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via asgiref
typing-extensions==4.10.0
# via
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# botocore
# requests
# transifex-client
web-fragments==2.1.0
# via
# xblock
Expand All @@ -268,6 +285,8 @@ xblock-sdk==0.7.0
# via
# -r requirements/dev.in
# -r requirements/test.in
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,8 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.4.0
Expand All @@ -23,6 +25,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.42.0
# 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
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
41 changes: 30 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.44
boto3==1.34.49
# via fs-s3fs
botocore==1.34.44
botocore==1.34.49
# via
# boto3
# s3transfer
Expand All @@ -47,9 +47,9 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
cookiecutter==2.5.0
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
ddt==1.7.1
# via -r requirements/test.in
Expand Down Expand Up @@ -79,8 +79,14 @@ fs-s3fs==1.1.1
# via
# openedx-django-pyfs
# xblock-sdk
gitdb==4.0.11
# via gitpython
gitpython==3.1.42
# via transifex-client
idna==3.6
# via requests
importlib-metadata==7.0.1
# via build
iniconfig==2.0.0
# via pytest
isort==5.13.2
Expand Down Expand Up @@ -174,7 +180,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -188,10 +194,11 @@ python-dateutil==2.8.2
# arrow
# botocore
# xblock
python-slugify==8.0.4
python-slugify==4.0.1
# via
# code-annotations
# cookiecutter
# transifex-client
pytz==2024.1
# via
# django
Expand All @@ -207,6 +214,7 @@ requests==2.31.0
# -r requirements/base.in
# caniusepython3
# cookiecutter
# transifex-client
# xblock-sdk
rich==13.7.0
# via cookiecutter
Expand All @@ -222,11 +230,14 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
# transifex-client
smmap==5.0.1
# via gitdb
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -239,15 +250,21 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# pytest
transifex-client==0.14.4
# via -r requirements/dev.in
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via asgiref
typing-extensions==4.10.0
# via
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# botocore
# requests
# transifex-client
web-fragments==2.1.0
# via
# xblock
Expand All @@ -268,6 +285,8 @@ xblock-sdk==0.7.0
# via
# -r requirements/dev.in
# -r requirements/test.in
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading

0 comments on commit c1f8888

Please sign in to comment.