Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#304)
Browse files Browse the repository at this point in the history
* chore: Upgrade Python requirements
* chore: bump version to 4.6.6
  • Loading branch information
edx-requirements-bot committed Jul 4, 2024
1 parent ffe0812 commit 1416b9f
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion completion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""


__version__ = '4.6.5'
__version__ = '4.6.6'
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ xblock==4.0.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.1.1
setuptools==70.2.0
# via
# -r requirements/base.in
# fs
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cryptography==42.0.8
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.0.0
diff-cover==9.1.0
# via -r requirements/dev.in
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -151,7 +151,7 @@ exceptiongroup==1.2.1
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.9.1
faker==26.0.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
Expand Down Expand Up @@ -241,7 +241,7 @@ pbr==6.0.0
# via stevedore
pip-tools==7.4.1
# via -r requirements/dev.in
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
# via
Expand Down Expand Up @@ -274,7 +274,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -376,7 +376,7 @@ tomlkit==0.12.5
# via pylint
tox==4.15.1
# via -r requirements/dev.in
twine==5.1.0
twine==5.1.1
# via -r requirements/quality.in
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ exceptiongroup==1.2.1
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.9.1
faker==26.0.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ exceptiongroup==1.2.1
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.9.1
faker==26.0.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
Expand Down Expand Up @@ -201,7 +201,7 @@ packaging==24.1
# via pytest
pbr==6.0.0
# via stevedore
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
# via pylint
Expand All @@ -225,7 +225,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -314,7 +314,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
twine==5.1.0
twine==5.1.1
# via -r requirements/quality.in
typing-extensions==4.12.2
# via
Expand Down Expand Up @@ -353,7 +353,7 @@ zipp==3.19.2
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.1.1
setuptools==70.2.0
# via
# -r requirements/base.in
# fs
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exceptiongroup==1.2.1
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.9.1
faker==26.0.0
# via factory-boy
fastavro==1.9.4
# via openedx-events
Expand Down

0 comments on commit 1416b9f

Please sign in to comment.