Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: requirements reverted from this pr
Browse files Browse the repository at this point in the history
zubairshakoorarbisoft committed Dec 18, 2023
1 parent 512fbf6 commit 4078592
Showing 9 changed files with 50 additions and 60 deletions.
5 changes: 1 addition & 4 deletions repo_health_dashboard/repo_health_dashboard.py
Original file line number Diff line number Diff line change
@@ -76,10 +76,7 @@ def main():
data = {}
for file_path in files:
file_name = file_path[file_path.rfind("/") + 1:]
repo_name = file_name.replace(
f"_repo_health.yaml",
""
)
repo_name = file_name.replace("_repo_health.yaml", "")
# TODO(jinder): maybe add a try block here
with codecs.open(file_path, "r", "utf-8") as f:
file_data = f.read()
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -7,4 +7,3 @@ pyyaml # Read and write YAML files
pytest-asyncio # Enable async tests (and checks)
pytest-repo-health # plugin used to run the checks in this repo
dockerfile # wrapper around docker/docker's parser for dockerfiles.
toml
10 changes: 4 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -34,11 +34,11 @@ github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f
# via -r requirements/github.in
gitpython==3.1.40
# via pytest-repo-health
google-auth==2.25.2
google-auth==2.24.0
# via
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.1.0
# via gspread
gspread==5.11.3
# via
@@ -77,7 +77,7 @@ pytest==7.4.3
# pytest-repo-health
pytest-aiohttp==1.0.5
# via pytest-repo-health
pytest-asyncio==0.23.2
pytest-asyncio==0.21.1
# via
# -r requirements/base.in
# pytest-aiohttp
@@ -95,11 +95,9 @@ rsa==4.9
# via google-auth
smmap==5.0.1
# via gitdb
toml==0.10.2
# via -r requirements/base.in
tomli==2.0.1
# via pytest
urllib3==2.1.0
# via requests
yarl==1.9.4
yarl==1.9.3
# via aiohttp
5 changes: 3 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.7
# via virtualenv
filelock==3.13.1
# via
@@ -21,8 +21,9 @@ packaging==21.3
# -c requirements/constraints.txt
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
29 changes: 14 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ asgiref==3.7.2
# via
# -r requirements/quality.txt
# django
astroid==3.0.2
astroid==3.0.1
# via
# -r requirements/quality.txt
# pylint
@@ -73,18 +73,18 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.3.3
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==7.7.0
diff-cover==8.0.1
# via -r requirements/dev.in
dill==0.3.7
# via
# -r requirements/quality.txt
# pylint
distlib==0.3.8
distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
@@ -120,12 +120,12 @@ gitpython==3.1.40
# via
# -r requirements/quality.txt
# pytest-repo-health
google-auth==2.25.2
google-auth==2.24.0
# via
# -r requirements/quality.txt
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.1.0
# via
# -r requirements/quality.txt
# gspread
@@ -138,15 +138,15 @@ idna==3.6
# -r requirements/quality.txt
# requests
# yarl
importlib-metadata==7.0.0
importlib-metadata==6.9.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
isort==5.13.2
isort==5.12.0
# via
# -r requirements/quality.txt
# pylint
@@ -192,8 +192,9 @@ pbr==6.0.0
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==4.1.0
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
@@ -223,7 +224,7 @@ pygments==2.17.2
# via
# diff-cover
# rich
pylint==3.0.3
pylint==3.0.2
# via
# -r requirements/quality.txt
# edx-lint
@@ -268,7 +269,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/quality.txt
# pytest-repo-health
pytest-asyncio==0.23.2
pytest-asyncio==0.21.1
# via
# -r requirements/quality.txt
# pytest-aiohttp
@@ -331,8 +332,6 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
toml==0.10.2
# via -r requirements/quality.txt
tomli==2.0.1
# via
# -r requirements/ci.txt
@@ -352,7 +351,7 @@ tomlkit==0.12.3
# pylint
tox==4.0.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
typing-extensions==4.8.0
# via
# -r requirements/quality.txt
# asgiref
@@ -372,7 +371,7 @@ wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.9.4
yarl==1.9.3
# via
# -r requirements/quality.txt
# aiohttp
20 changes: 9 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ attrs==23.1.0
# via
# -r requirements/test.txt
# aiohttp
babel==2.14.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
@@ -43,7 +43,7 @@ charset-normalizer==3.3.2
# via
# -r requirements/test.txt
# requests
coverage[toml]==7.3.3
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
@@ -78,12 +78,12 @@ gitpython==3.1.40
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.25.2
google-auth==2.24.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.1.0
# via
# -r requirements/test.txt
# gspread
@@ -98,7 +98,7 @@ idna==3.6
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==6.9.0
# via sphinx
iniconfig==2.0.0
# via
@@ -113,7 +113,7 @@ multidict==6.0.4
# -r requirements/test.txt
# aiohttp
# yarl
nh3==0.2.15
nh3==0.2.14
# via readme-renderer
oauthlib==3.2.2
# via
@@ -165,7 +165,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/test.txt
# pytest-repo-health
pytest-asyncio==0.23.2
pytest-asyncio==0.21.1
# via
# -r requirements/test.txt
# pytest-aiohttp
@@ -229,22 +229,20 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
stevedore==5.1.0
# via doc8
toml==0.10.2
# via -r requirements/test.txt
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# doc8
# pytest
typing-extensions==4.9.0
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.1.0
# via
# -r requirements/test.txt
# requests
# responses
yarl==1.9.4
yarl==1.9.3
# via
# -r requirements/test.txt
# aiohttp
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==6.9.0
# via build
packaging==21.3
# via
26 changes: 13 additions & 13 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ aiosignal==1.3.1
# aiohttp
asgiref==3.7.2
# via django
astroid==3.0.2
astroid==3.0.1
# via
# pylint
# pylint-celery
@@ -48,7 +48,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.3
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
@@ -82,12 +82,12 @@ gitpython==3.1.40
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.25.2
google-auth==2.24.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.1.0
# via
# -r requirements/test.txt
# gspread
@@ -104,7 +104,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==5.12.0
# via
# -r requirements/quality.in
# pylint
@@ -130,8 +130,10 @@ packaging==21.3
# pytest
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
# via pylint
platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
@@ -149,7 +151,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.3
pylint==3.0.2
# via
# edx-lint
# pylint-celery
@@ -178,7 +180,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/test.txt
# pytest-repo-health
pytest-asyncio==0.23.2
pytest-asyncio==0.21.1
# via
# -r requirements/test.txt
# pytest-aiohttp
@@ -225,8 +227,6 @@ stevedore==5.1.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via -r requirements/test.txt
tomli==2.0.1
# via
# -r requirements/test.txt
@@ -235,7 +235,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
typing-extensions==4.9.0
typing-extensions==4.8.0
# via
# asgiref
# astroid
@@ -245,7 +245,7 @@ urllib3==2.1.0
# -r requirements/test.txt
# requests
# responses
yarl==1.9.4
yarl==1.9.3
# via
# -r requirements/test.txt
# aiohttp
12 changes: 5 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.3.3
coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
@@ -58,12 +58,12 @@ gitpython==3.1.40
# via
# -r requirements/base.txt
# pytest-repo-health
google-auth==2.25.2
google-auth==2.24.0
# via
# -r requirements/base.txt
# google-auth-oauthlib
# gspread
google-auth-oauthlib==1.2.0
google-auth-oauthlib==1.1.0
# via
# -r requirements/base.txt
# gspread
@@ -122,7 +122,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/base.txt
# pytest-repo-health
pytest-asyncio==0.23.2
pytest-asyncio==0.21.1
# via
# -r requirements/base.txt
# pytest-aiohttp
@@ -154,8 +154,6 @@ smmap==5.0.1
# via
# -r requirements/base.txt
# gitdb
toml==0.10.2
# via -r requirements/base.txt
tomli==2.0.1
# via
# -r requirements/base.txt
@@ -166,7 +164,7 @@ urllib3==2.1.0
# -r requirements/base.txt
# requests
# responses
yarl==1.9.4
yarl==1.9.3
# via
# -r requirements/base.txt
# aiohttp

0 comments on commit 4078592

Please sign in to comment.