Skip to content

Commit

Permalink
chore: Updating Python Requirements (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 16, 2024
1 parent 884b457 commit 970e6cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.2
cryptography==42.0.3
# via pyjwt
django==3.2.24
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Expand Up @@ -82,7 +82,7 @@ coverage[toml]==7.4.1
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -147,7 +147,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==2.12.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/pip.txt
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
4 changes: 2 additions & 2 deletions requirements/test.txt
Expand Up @@ -46,7 +46,7 @@ coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -87,7 +87,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==23.1.0
faker==23.2.0
# via factory-boy
filelock==3.13.1
# via
Expand Down

0 comments on commit 970e6cd

Please sign in to comment.