Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 8, 2024
1 parent fb9bf80 commit 910c64d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ coverage[toml]==7.4.0
# -r requirements/quality.txt
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/quality.txt
diff-cover==8.0.2
# via -r requirements/dev.in
Expand Down Expand Up @@ -142,7 +142,7 @@ jinja2==3.1.2
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml==5.0.0
lxml==5.0.1
# via edx-i18n-tools
markupsafe==2.1.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ coverage[toml]==7.4.0
# pytest-cov
cryptography==41.0.7
# via secretstorage
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.txt
django==3.2.23
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down

0 comments on commit 910c64d

Please sign in to comment.