Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Sep 9, 2024
1 parent 7c3bfd0 commit 82a1760
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 46 deletions.
21 changes: 0 additions & 21 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ certifi==2024.8.30
# via
# -r requirements/test.txt
# requests
cffi==1.17.1
# via
# -r requirements/test.txt
# cryptography
chardet==5.2.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -89,10 +85,6 @@ coverage[toml]==7.6.1
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==43.0.1
# via
# -r requirements/test.txt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
Expand Down Expand Up @@ -168,11 +160,6 @@ jaraco-functools==4.0.2
# via
# -r requirements/test.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -265,10 +252,6 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.txt
pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pygments==2.18.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -358,10 +341,6 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
simplejson==3.19.3
# via
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dependencies to run compile tools
# Dependencies to run compile tools
-c constraints.txt

pip-tools # Contains pip-compile, used to generate pip requirements files
12 changes: 0 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ botocore==1.35.14
# s3transfer
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
Expand All @@ -51,8 +49,6 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.8
Expand Down Expand Up @@ -96,10 +92,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# code-annotations
Expand Down Expand Up @@ -156,8 +148,6 @@ platformdirs==4.3.2
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pygments==2.18.0
# via
# readme-renderer
Expand Down Expand Up @@ -219,8 +209,6 @@ s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
# via
# -r requirements/base.txt
Expand Down
12 changes: 0 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ botocore==1.35.14
# s3transfer
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
Expand All @@ -55,8 +53,6 @@ coverage[toml]==7.6.1
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
Expand Down Expand Up @@ -104,10 +100,6 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# code-annotations
Expand Down Expand Up @@ -170,8 +162,6 @@ pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via -r requirements/test.in
pycparser==2.22
# via cffi
pygments==2.18.0
# via
# readme-renderer
Expand Down Expand Up @@ -239,8 +229,6 @@ s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
# via
# -r requirements/base.txt
Expand Down

0 comments on commit 82a1760

Please sign in to comment.