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 Aug 28, 2023
1 parent 1cd40b1 commit 9a43c7e
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 49 deletions.
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -27,7 +27,7 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.1
virtualenv==20.24.3
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.9
boto3==1.28.35
# via fs-s3fs
botocore==1.31.9
botocore==1.31.35
# via
# boto3
# s3transfer
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
distlib==0.3.7
# via virtualenv
Expand All @@ -42,11 +42,11 @@ packaging==23.1
# via
# build
# tox
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/dev.in
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
Expand All @@ -56,7 +56,7 @@ python-dateutil==2.8.2
# via botocore
pytz==2023.3
# via django
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
six==1.16.0
# via
Expand All @@ -77,15 +77,15 @@ tox==3.28.0
# -c requirements/common_constraints.txt
# -r requirements/dev.in
# tox-battery
tox-battery==0.6.1
tox-battery==0.6.2
# via -r requirements/dev.in
typing-extensions==4.7.1
# via asgiref
urllib3==1.26.16
# via botocore
virtualenv==20.24.1
virtualenv==20.24.3
# via tox
wheel==0.41.0
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
7 changes: 4 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.41.0
# pyproject-hooks
wheel==0.41.2
# 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.41.0
wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via -r requirements/pip.in
40 changes: 20 additions & 20 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ backports-functools-lru-cache==1.6.6
# via caniusepython3
bleach==6.0.0
# via readme-renderer
boto3==1.28.9
boto3==1.28.35
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.31.9
botocore==1.31.35
# via
# -r requirements/test.txt
# boto3
Expand All @@ -45,7 +45,7 @@ charset-normalizer==3.2.0
# via
# -r requirements/test.txt
# requests
click==8.1.6
click==8.1.7
# via
# click-log
# code-annotations
Expand All @@ -54,11 +54,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via
# -r requirements/test.txt
# moto
Expand All @@ -75,7 +75,7 @@ docutils==0.20.1
# via readme-renderer
edx-lint==5.3.4
# via -r requirements/quality.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
Expand All @@ -93,7 +93,7 @@ importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -136,9 +136,9 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
more-itertools==9.1.0
more-itertools==10.1.0
# via jaraco-classes
moto==4.1.13
moto==4.2.0
# via -r requirements/test.txt
packaging==23.1
# via
Expand All @@ -149,25 +149,25 @@ pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
pygments==2.16.1
# via
# readme-renderer
# rich
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -208,7 +208,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# responses
readme-renderer==40.0
readme-renderer==41.0
# via twine
requests==2.31.0
# via
Expand All @@ -220,15 +220,15 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.23.1
responses==0.23.3
# via
# -r requirements/test.txt
# moto
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.5.2
# via twine
s3transfer==0.6.1
s3transfer==0.6.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -258,7 +258,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
twine==4.0.2
# via -r requirements/quality.in
Expand All @@ -282,7 +282,7 @@ urllib3==1.26.16
# twine
webencodings==0.5.1
# via bleach
werkzeug==2.3.6
werkzeug==2.3.7
# via
# -r requirements/test.txt
# moto
Expand Down
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
boto3==1.28.9
boto3==1.28.35
# via
# fs-s3fs
# moto
botocore==1.31.9
botocore==1.31.35
# via
# boto3
# moto
Expand All @@ -23,14 +23,14 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via moto
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
fs==2.4.16
# via
Expand All @@ -54,11 +54,11 @@ markupsafe==2.1.3
# werkzeug
mock==5.1.0
# via -r requirements/test.in
moto==4.1.13
moto==4.2.0
# via -r requirements/test.in
packaging==23.1
# via pytest
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
Expand All @@ -85,9 +85,9 @@ requests==2.31.0
# via
# moto
# responses
responses==0.23.1
responses==0.23.3
# via moto
s3transfer==0.6.1
s3transfer==0.6.2
# via boto3
six==1.16.0
# via
Expand All @@ -109,7 +109,7 @@ urllib3==1.26.16
# botocore
# requests
# responses
werkzeug==2.3.6
werkzeug==2.3.7
# via moto
xmltodict==0.13.0
# via moto
Expand Down

0 comments on commit 9a43c7e

Please sign in to comment.