Skip to content

Commit

Permalink
Merge pull request #95 from edx/jenkins/upgrade-python-requirements-e…
Browse files Browse the repository at this point in the history
…3cf7cf

Python Requirements Update
  • Loading branch information
jmyatt authored Aug 17, 2021
2 parents f49e57f + 0502634 commit 3ef2751
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ web-fragments==1.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.4.2
xblock==1.5.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ click-log==0.3.2
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.1.2
code-annotations==1.2.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -190,7 +190,7 @@ packaging==21.0
# -r requirements/travis.txt
# pytest
# tox
path==16.1.0
path==16.2.0
# via edx-i18n-tools
path.py==11.5.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -397,7 +397,7 @@ wrapt==1.12.1
# via
# -r requirements/quality.txt
# astroid
xblock==1.4.2
xblock==1.5.0
# via -r requirements/quality.txt
zipp==1.2.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click==8.0.1
# via
# -r requirements/test.txt
# code-annotations
code-annotations==1.1.2
code-annotations==1.2.0
# via -r requirements/test.txt
coverage==5.5
# via
Expand Down Expand Up @@ -293,7 +293,7 @@ webob==1.8.7
# via
# -r requirements/test.txt
# xblock
xblock==1.4.2
xblock==1.5.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.0.1
# edx-lint
click-log==0.3.2
# via edx-lint
code-annotations==1.1.2
code-annotations==1.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -289,7 +289,7 @@ webob==1.8.7
# xblock
wrapt==1.12.1
# via astroid
xblock==1.4.2
xblock==1.5.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ charset-normalizer==2.0.3
# requests
click==8.0.1
# via code-annotations
code-annotations==1.1.2
code-annotations==1.2.0
# via -r requirements/test.in
coverage==5.5
# via pytest-cov
Expand Down Expand Up @@ -219,7 +219,7 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock==1.4.2
xblock==1.5.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 3ef2751

Please sign in to comment.