Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan committed Feb 16, 2024
2 parents c53f6bc + 6f4a949 commit f14bfd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ filelock==3.13.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.98.3
hypothesis==6.98.6
# via -r requirements/doc.txt
idna==3.6
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.98.3
hypothesis==6.98.6
# via -r requirements/test.txt
isort==5.13.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ execnet==2.0.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.98.3
hypothesis==6.98.6
# via -r requirements/test.txt
idna==3.6
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exceptiongroup==1.2.0
# via hypothesis
execnet==2.0.2
# via pytest-xdist
hypothesis==6.98.3
hypothesis==6.98.6
# via -r requirements/test.in
isort==5.13.2
# via pylint
Expand Down

0 comments on commit f14bfd7

Please sign in to comment.