Skip to content

Commit

Permalink
chore: Updating Python Requirements (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 25, 2023
1 parent 55a6361 commit 1cd40b1
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --output-file=requirements/ci.txt requirements/ci.in
#
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand All @@ -29,5 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.in
virtualenv==20.23.1
virtualenv==20.24.1
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.1
boto3==1.28.9
# via fs-s3fs
botocore==1.31.1
botocore==1.31.9
# via
# boto3
# s3transfer
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.6
# via pip-tools
distlib==0.3.6
distlib==0.3.7
# via virtualenv
django==3.2.20
# via
Expand All @@ -42,9 +42,9 @@ packaging==23.1
# via
# build
# tox
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/dev.in
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down Expand Up @@ -83,9 +83,9 @@ typing-extensions==4.7.1
# via asgiref
urllib3==1.26.16
# via botocore
virtualenv==20.23.1
virtualenv==20.24.1
# via tox
wheel==0.40.0
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.40.0
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
#
wheel==0.40.0
wheel==0.41.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
28 changes: 14 additions & 14 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ backports-functools-lru-cache==1.6.6
# via caniusepython3
bleach==6.0.0
# via readme-renderer
boto3==1.28.1
boto3==1.28.9
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.31.1
botocore==1.31.9
# via
# -r requirements/test.txt
# boto3
# moto
# s3transfer
caniusepython3==7.3.0
# via -r requirements/quality.in
certifi==2023.5.7
certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
Expand All @@ -45,27 +45,27 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.4
click==8.1.6
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via
# -r requirements/test.txt
# moto
# secretstorage
dill==0.3.6
dill==0.3.7
# via pylint
distlib==0.3.6
distlib==0.3.7
# via caniusepython3
django==3.2.20
# via
Expand Down Expand Up @@ -134,11 +134,11 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mock==5.0.2
mock==5.1.0
# via -r requirements/test.txt
more-itertools==9.1.0
# via jaraco-classes
moto==4.1.12
moto==4.1.13
# via -r requirements/test.txt
packaging==23.1
# via
Expand All @@ -149,7 +149,7 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.8.1
platformdirs==3.9.1
# via pylint
pluggy==1.2.0
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ pytz==2023.3
# via
# -r requirements/test.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -262,7 +262,7 @@ tomlkit==0.11.8
# via pylint
twine==4.0.2
# via -r requirements/quality.in
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via
# -r requirements/test.txt
# responses
Expand Down Expand Up @@ -292,7 +292,7 @@ xmltodict==0.13.0
# via
# -r requirements/test.txt
# moto
zipp==3.16.0
zipp==3.16.2
# via
# importlib-metadata
# importlib-resources
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.1
boto3==1.28.9
# via
# fs-s3fs
# moto
botocore==1.31.1
botocore==1.31.9
# via
# boto3
# moto
# s3transfer
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via moto
# via
# -c requirements/common_constraints.txt
Expand All @@ -52,9 +52,9 @@ markupsafe==2.1.3
# via
# jinja2
# werkzeug
mock==5.0.2
mock==5.1.0
# via -r requirements/test.in
moto==4.1.12
moto==4.1.13
# via -r requirements/test.in
packaging==23.1
# via pytest
Expand All @@ -79,7 +79,7 @@ python-dateutil==2.8.2
# moto
pytz==2023.3
# via django
pyyaml==6.0
pyyaml==6.0.1
# via responses
requests==2.31.0
# via
Expand All @@ -100,7 +100,7 @@ tomli==2.0.1
# via
# coverage
# pytest
types-pyyaml==6.0.12.10
types-pyyaml==6.0.12.11
# via responses
typing-extensions==4.7.1
# via asgiref
Expand Down

0 comments on commit 1cd40b1

Please sign in to comment.