Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot committed Sep 11, 2023
1 parent c2add76 commit 351ab82
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mock==5.1.0
# via -r requirements/base.in
python-dateutil==2.8.2
# via xblock
pytz==2023.3
pytz==2023.3.post1
# via xblock
pyyaml==6.0.1
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ typing-extensions==4.7.1
# astroid
# filelock
# pylint
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
wrapt==1.15.0
# via astroid
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ binaryornot==0.4.4
# via cookiecutter
boto==2.49.0
# via xblock-sdk
boto3==1.28.40
boto3==1.28.44
# via fs-s3fs
botocore==1.31.40
botocore==1.31.44
# via
# boto3
# s3transfer
Expand All @@ -44,7 +44,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/dev.in
Expand Down Expand Up @@ -147,7 +147,7 @@ python-dateutil==2.8.2
# xblock
python-slugify==8.0.1
# via cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# django
# xblock
Expand Down Expand Up @@ -209,7 +209,7 @@ urllib3==1.26.16
# botocore
# requests
# transifex-client
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# tox
Expand Down
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
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

0 comments on commit 351ab82

Please sign in to comment.