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 Sep 10, 2023
1 parent 939ad5b commit cd79434
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.40
boto3==1.28.44
# via fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -46,7 +46,7 @@ python-dateutil==2.8.2
# via
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# django
# xblock
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ asgiref==3.7.2
# django
astroid==2.15.6
# via pylint
boto3==1.28.40
boto3==1.28.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# -r requirements/base.txt
# boto3
# s3transfer
coverage==7.3.0
coverage==7.3.1
# via -r requirements/test.txt
dill==0.3.7
# via pylint
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -98,7 +98,7 @@ pycodestyle==2.11.0
# via -r requirements/quality.in
pylint==2.17.5
# via -r requirements/quality.in
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-django
Expand All @@ -109,7 +109,7 @@ python-dateutil==2.8.2
# -r requirements/base.txt
# botocore
# xblock
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.3.0
coverage==7.3.1
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
Expand All @@ -16,7 +16,7 @@ packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.1
pytest==7.4.2
# via pytest-django
pytest-django==4.5.2
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ typing-extensions==4.7.1
# filelock
urllib3==2.0.4
# via requests
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox

0 comments on commit cd79434

Please sign in to comment.