Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1278 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-cb84d01

Python Requirements Update
  • Loading branch information
michaelroytman authored Mar 28, 2022
2 parents 8f84383 + b53a757 commit f94eba1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ future==0.18.2
# via pyjwkest
idna==3.3
# via requests
jinja2==3.0.3
jinja2==3.1.1
# via code-annotations
libsass==0.21.0
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.3
# via sphinx
jinja2==3.0.3
jinja2==3.1.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -288,7 +288,7 @@ social-auth-core==4.2.0
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sphinx==4.4.0
sphinx==4.5.0
# via
# -r requirements/doc.in
# edx-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tox-battery==0.6.1
# via -r requirements/tox.txt
urllib3==1.26.9
# via requests
virtualenv==20.13.4
virtualenv==20.14.0
# via
# -r requirements/tox.txt
# tox
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ isort==4.3.21
# via
# -r requirements/test.txt
# pylint
jinja2==3.0.3
jinja2==3.1.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -435,7 +435,7 @@ urllib3==1.26.9
# requests
# selenium
# transifex-client
virtualenv==20.13.4
virtualenv==20.14.0
# via
# -r requirements/tox.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ idna==3.3
# via
# -r requirements/base.txt
# requests
jinja2==3.0.3
jinja2==3.1.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ idna==3.3
# requests
isort==4.3.21
# via pylint
jinja2==3.0.3
jinja2==3.1.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ tox==3.14.6
# tox-battery
tox-battery==0.6.1
# via -r requirements/tox.in
virtualenv==20.13.4
virtualenv==20.14.0
# via tox

0 comments on commit f94eba1

Please sign in to comment.