Skip to content

Commit

Permalink
Merge pull request #72 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-0052680

Python Requirements Update
  • Loading branch information
farhan authored Jan 15, 2024
2 parents 0052680 + cf4b90c commit a55f856
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ edx-opaque-keys[django]==2.5.1
# via openedx-events
edx-toggles==5.1.0
# via -r requirements/base.in
fastavro==1.9.2
fastavro==1.9.3
# via openedx-events
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
# via jinja2
newrelic==9.3.0
newrelic==9.5.0
# via edx-django-utils
openedx-events==9.2.0
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
fastavro==1.9.2
fastavro==1.9.3
# via
# -r requirements/quality.txt
# openedx-events
Expand All @@ -137,12 +137,12 @@ 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
# diff-cover
lxml==5.0.1
lxml==5.1.0
# via edx-i18n-tools
markupsafe==2.1.3
# via
Expand All @@ -152,7 +152,7 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==9.3.0
newrelic==9.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -306,7 +306,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.11.4
tox==4.12.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
fastavro==1.9.2
fastavro==1.9.3
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -120,7 +120,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -135,9 +135,9 @@ markupsafe==2.1.3
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.3.0
newrelic==9.5.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
fastavro==1.9.2
fastavro==1.9.3
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -95,7 +95,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -105,7 +105,7 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.3.0
newrelic==9.5.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ edx-toggles==5.1.0
# via -r requirements/base.txt
exceptiongroup==1.2.0
# via pytest
fastavro==1.9.2
fastavro==1.9.3
# via
# -r requirements/base.txt
# openedx-events
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/base.txt
# code-annotations
markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==9.3.0
newrelic==9.5.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit a55f856

Please sign in to comment.