Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #1255

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
attrs==24.2.0
attrs==24.3.0
# via openedx-events
billiard==4.2.1
# via celery
celery==5.4.0
# via
# -c requirements/constraints.txt
# event-tracking
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# -c requirements/constraints.txt
# celery
Expand All @@ -41,11 +41,11 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.2
code-annotations==2.1.0
# via edx-toggles
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -95,9 +95,9 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand All @@ -124,42 +124,42 @@ edx-when==2.5.0
# via -r requirements/base.in
event-tracking==3.0.0
# via -r requirements/base.in
fastavro==1.9.7
fastavro==1.10.0
# via openedx-events
fs==2.4.16
# via xblock
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
jsonfield==3.1.0
# via -r requirements/base.in
kombu==5.4.2
# via celery
lxml==5.3.0
# via xblock
mako==1.3.6
mako==1.3.8
# via xblock
markupsafe==3.0.2
# via
# jinja2
# mako
# xblock
newrelic==10.3.0
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
# via event-tracking
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.48
# via click-repl
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
pycryptodomex==3.21.0
# via -r requirements/base.in
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.in
# drf-jwt
Expand Down Expand Up @@ -199,13 +199,13 @@ semantic-version==2.10.0
# via edx-drf-extensions
simplejson==3.19.3
# via xblock
six==1.16.0
six==1.17.0
# via
# edx-ccx-keys
# event-tracking
# fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand All @@ -220,7 +220,7 @@ tzdata==2024.2
# via
# celery
# kombu
urllib3==2.2.3
urllib3==2.3.0
# via requests
vine==5.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.3.1
billiard==4.2.1
celery==5.4.0
click==8.1.7
click==8.1.8
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.4.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.7
coverage==7.6.9
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
28 changes: 14 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
# via pydantic
asgiref==3.8.1
# via django
astroid==3.3.5
astroid==3.3.8
# via
# pylint
# pylint-celery
Expand All @@ -18,7 +18,7 @@ chardet==5.2.0
# via
# diff-cover
# tox
click==8.1.7
click==8.1.8
# via
# -c requirements/constraints.txt
# click-log
Expand All @@ -27,17 +27,17 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via tox
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via pylint
distlib==0.3.9
# via virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
Expand All @@ -59,7 +59,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# code-annotations
# diff-cover
Expand Down Expand Up @@ -102,17 +102,17 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.12.1
# via -r requirements/quality.in
pydantic==2.10.1
pydantic==2.10.4
# via rstcheck-core
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
# via
# diff-cover
# rich
pylint==3.3.1
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -142,11 +142,11 @@ rstcheck-core==1.2.1
# via rstcheck
shellingham==1.5.4
# via typer
six==1.16.0
six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via code-annotations
Expand All @@ -156,14 +156,14 @@ tomlkit==0.13.2
# via pylint
tox==4.23.2
# via -r requirements/dev.in
typer==0.13.1
typer==0.15.1
# via rstcheck
typing-extensions==4.12.2
# via
# pydantic
# pydantic-core
# typer
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
wheel==0.45.0
wheel==0.45.1
# via -r requirements/dev.in
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via
# -c /home/runner/work/edx-proctoring/edx-proctoring/requirements/constraints.txt
# pip-tools
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
22 changes: 11 additions & 11 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ annotated-types==0.7.0
# via pydantic
asgiref==3.8.1
# via django
astroid==3.3.5
astroid==3.3.8
# via
# pylint
# pylint-celery
click==8.1.7
click==8.1.8
# via
# -c requirements/constraints.txt
# click-log
Expand All @@ -21,11 +21,11 @@ click==8.1.7
# typer
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.1.0
# via edx-lint
dill==0.3.9
# via pylint
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -37,7 +37,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
markdown-it-py==3.0.0
# via rich
Expand All @@ -53,15 +53,15 @@ platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pydantic==2.10.1
pydantic==2.10.4
# via rstcheck-core
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
# via rich
pylint==3.3.1
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand All @@ -87,19 +87,19 @@ rstcheck-core==1.2.1
# via rstcheck
shellingham==1.5.4
# via typer
six==1.16.0
six==1.17.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.2
# via pylint
typer==0.13.1
typer==0.15.1
# via rstcheck
typing-extensions==4.12.2
# via
Expand Down
Loading
Loading