Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
Feanil Patel authored Jan 10, 2024
2 parents a4dbd7d + 855ce6f commit 3850180
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astroid==3.0.2
# -r requirements/doc.txt
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/doc.txt
# hypothesis
Expand Down Expand Up @@ -65,7 +65,7 @@ coverage[toml]==7.4.0
# -r requirements/doc.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/doc.txt
dill==0.3.7
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid==3.0.2
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/test.txt
# hypothesis
Expand All @@ -33,7 +33,7 @@ coverage[toml]==7.4.0
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.7
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.0.2
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/test.txt
# hypothesis
Expand Down Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.4.0
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
dill==0.3.7
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.0.2
# via
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via
# hypothesis
# pytest
Expand All @@ -25,7 +25,7 @@ coverage[toml]==7.4.0
# via
# -r requirements/test.in
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
dill==0.3.7
# via pylint
Expand Down

0 comments on commit 3850180

Please sign in to comment.