Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Jan 29, 2024
2 parents 3850180 + 9dce1d9 commit dd532d8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ babel==2.14.0
# -r requirements/doc.txt
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -96,7 +96,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.92.2
hypothesis==6.97.0
# via -r requirements/doc.txt
idna==3.6
# via
Expand All @@ -116,12 +116,12 @@ isort==5.13.2
# via
# -r requirements/doc.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/doc.txt
# code-annotations
# sphinx
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/doc.txt
# jinja2
Expand All @@ -131,7 +131,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/doc.txt
more-itertools==10.1.0
more-itertools==10.2.0
# via
# -r requirements/doc.txt
# pytest
Expand Down Expand Up @@ -237,7 +237,7 @@ pytest-xdist==1.34.0
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/doc.txt
# code-annotations
Expand Down Expand Up @@ -346,7 +346,7 @@ virtualenv==20.25.0
# via
# -r requirements/ci.txt
# tox
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/doc.txt
# pytest
Expand Down
12 changes: 6 additions & 6 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.92.2
hypothesis==6.97.0
# via -r requirements/test.txt
isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -69,7 +69,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.1.0
more-itertools==10.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -145,7 +145,7 @@ pytest-xdist==1.34.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -186,7 +186,7 @@ typing-extensions==4.9.0
# astroid
# mypy
# pylint
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/test.txt
# pytest
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2023.11.17
# via requests
Expand Down Expand Up @@ -68,7 +68,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.92.2
hypothesis==6.97.0
# via -r requirements/test.txt
idna==3.6
# via requests
Expand All @@ -80,12 +80,12 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
# sphinx
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -95,7 +95,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.1.0
more-itertools==10.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -180,7 +180,7 @@ pytest-xdist==1.34.0
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -253,7 +253,7 @@ typing-extensions==4.9.0
# pylint
urllib3==2.1.0
# via requests
wcwidth==0.2.12
wcwidth==0.2.13
# via
# -r requirements/test.txt
# pytest
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ exceptiongroup==1.2.0
# via hypothesis
execnet==2.0.2
# via pytest-xdist
hypothesis==6.92.2
hypothesis==6.97.0
# via -r requirements/test.in
isort==5.13.2
# via pylint
jinja2==3.1.2
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
more-itertools==10.1.0
more-itertools==10.2.0
# via pytest
mypy==1.8.0
# via -r requirements/test.in
Expand Down Expand Up @@ -102,7 +102,7 @@ pytest-xdist==1.34.0
# via
# -c requirements/constraints.txt
# -r requirements/test.in
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pyyaml==6.0.1
# via code-annotations
Expand Down Expand Up @@ -131,5 +131,5 @@ typing-extensions==4.9.0
# astroid
# mypy
# pylint
wcwidth==0.2.12
wcwidth==0.2.13
# via pytest

0 comments on commit dd532d8

Please sign in to comment.