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 Feb 15, 2024
1 parent dbf18fd commit f47aed6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==23.1.0
faker==23.2.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down
4 changes: 3 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ factory-boy==3.3.0
# via
# -r requirements/doc.in
# -r requirements/test.txt
faker==23.1.0
faker==23.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -235,6 +235,8 @@ urllib3==2.2.0
# via
# requests
# twine
wheel==0.42.0
# via -r requirements/doc.in
zipp==3.17.0
# via
# importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==23.1.0
faker==23.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==23.1.0
faker==23.2.0
# via factory-boy
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit f47aed6

Please sign in to comment.