Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 26, 2024
1 parent 338e65b commit dc2a5c1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f
# via -r requirements/github.in
gitpython==3.1.41
# via pytest-repo-health
google-auth==2.26.2
google-auth==2.27.0
# via
# google-auth-oauthlib
# gspread
Expand All @@ -60,7 +60,7 @@ packaging==21.3
# via
# -c requirements/constraints.txt
# pytest
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pyasn1==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyparsing==3.1.1
# via packaging
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ coverage[toml]==7.4.0
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.2
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ gitpython==3.1.41
# via
# -r requirements/quality.txt
# pytest-repo-health
google-auth==2.26.2
google-auth==2.27.0
# via
# -r requirements/quality.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -157,7 +157,7 @@ jinja2==3.1.3
# diff-cover
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -199,7 +199,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -276,7 +276,7 @@ pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-repo-health==3.0.2
# via -r requirements/quality.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gitpython==3.1.41
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.26.2
google-auth==2.27.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -106,7 +106,7 @@ iniconfig==2.0.0
# pytest
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
multidict==6.0.4
# via
Expand All @@ -128,7 +128,7 @@ packaging==21.3
# sphinx
pbr==6.0.0
# via stevedore
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gitpython==3.1.41
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.26.2
google-auth==2.27.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -110,7 +110,7 @@ isort==5.13.2
# pylint
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mccabe==0.7.0
# via pylint
Expand All @@ -132,7 +132,7 @@ pbr==6.0.0
# via stevedore
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -186,7 +186,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-repo-health==3.0.2
# via -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
# via django
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gitpython==3.1.41
# via
# -r requirements/base.txt
# pytest-repo-health
google-auth==2.26.2
google-auth==2.27.0
# via
# -r requirements/base.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -94,7 +94,7 @@ packaging==21.3
# -c requirements/constraints.txt
# -r requirements/base.txt
# pytest
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/base.txt
# pytest
Expand Down

0 comments on commit dc2a5c1

Please sign in to comment.