Skip to content

Commit

Permalink
Merge pull request #472 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-e41a541

Python Requirements Update
  • Loading branch information
edx-requirements-bot authored Jan 12, 2024
2 parents e41a541 + 16c5082 commit 165834d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ gitdb==4.0.11
# via gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/github.in
gitpython==3.1.40
gitpython==3.1.41
# via pytest-repo-health
google-auth==2.26.1
google-auth==2.26.2
# via
# google-auth-oauthlib
# gspread
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/quality.txt
gitpython==3.1.40
gitpython==3.1.41
# via
# -r requirements/quality.txt
# pytest-repo-health
google-auth==2.26.1
google-auth==2.26.2
# via
# -r requirements/quality.txt
# google-auth-oauthlib
Expand Down Expand Up @@ -150,7 +150,7 @@ isort==5.13.2
# via
# -r requirements/quality.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# 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 @@ -74,11 +74,11 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.40
gitpython==3.1.41
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.26.1
google-auth==2.26.2
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand All @@ -104,7 +104,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
# via jinja2
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/test.txt
gitpython==3.1.40
gitpython==3.1.41
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.26.1
google-auth==2.26.2
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand All @@ -108,7 +108,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
# via jinja2
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ gitdb==4.0.11
# gitpython
github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f2935f48138b3c35cef6
# via -r requirements/base.txt
gitpython==3.1.40
gitpython==3.1.41
# via
# -r requirements/base.txt
# pytest-repo-health
google-auth==2.26.1
google-auth==2.26.2
# via
# -r requirements/base.txt
# google-auth-oauthlib
Expand Down

0 comments on commit 165834d

Please sign in to comment.