Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Nov 13, 2023
2 parents b4dda8b + ad24236 commit 0138f06
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
pbr==5.11.1
pbr==6.0.0
# via stevedore
pymongo==3.13.0
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ coverage[toml]==7.3.2
# -r requirements/doc.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/doc.txt
dill==0.3.7
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.88.1
hypothesis==6.88.3
# via -r requirements/doc.txt
idna==3.4
# via
Expand Down Expand Up @@ -155,7 +155,7 @@ packaging==23.2
# pytest
# sphinx
# tox
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/doc.txt
# stevedore
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
dill==0.3.7
# via
Expand All @@ -49,7 +49,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.88.1
hypothesis==6.88.3
# via -r requirements/test.txt
isort==5.12.0
# via
Expand Down Expand Up @@ -83,7 +83,7 @@ packaging==23.2
# via
# -r requirements/test.txt
# pytest
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
dill==0.3.7
# via
Expand All @@ -68,7 +68,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.88.1
hypothesis==6.88.3
# via -r requirements/test.txt
idna==3.4
# via requests
Expand Down Expand Up @@ -113,7 +113,7 @@ packaging==23.2
# pydata-sphinx-theme
# pytest
# sphinx
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
Expand All @@ -35,7 +35,7 @@ exceptiongroup==1.1.3
# via hypothesis
execnet==2.0.2
# via pytest-xdist
hypothesis==6.88.1
hypothesis==6.88.3
# via -r requirements/test.in
isort==5.12.0
# via pylint
Expand All @@ -55,7 +55,7 @@ mypy-extensions==1.0.0
# via mypy
packaging==23.2
# via pytest
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
Expand Down

0 comments on commit 0138f06

Please sign in to comment.