Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Python Requirements Update #171

Merged
merged 1 commit into from
Feb 28, 2024
Merged
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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
certifi==2024.2.2
# via requests
Expand All @@ -16,7 +16,7 @@ codecov==2.1.13
# via -r requirements/ci.in
colorama==0.4.6
# via tox
coverage==7.4.2
coverage==7.4.3
# via codecov
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -48,5 +48,5 @@ tox==4.13.0
# via -r requirements/ci.in
urllib3==2.2.1
# via requests
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
cachetools==5.3.2
cachetools==5.3.3
# via tox
certifi==2024.2.2
# via requests
Expand All @@ -36,7 +36,7 @@ code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==42.0.3
cryptography==42.0.5
# via secretstorage
diff-cover==8.0.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -82,7 +82,7 @@ importlib-metadata==7.0.1
# via
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
isort==5.13.2
# via
Expand All @@ -98,7 +98,7 @@ jinja2==3.1.3
# via
# code-annotations
# diff-cover
keyring==24.3.0
keyring==24.3.1
# via twine
lxml==5.1.0
# via edx-i18n-tools
Expand All @@ -112,7 +112,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
nh3==0.2.15
# via readme-renderer
Expand Down Expand Up @@ -150,7 +150,7 @@ pygments==2.17.2
# diff-cover
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -178,7 +178,7 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -198,7 +198,7 @@ snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
Expand All @@ -209,13 +209,13 @@ tomli==2.0.1
# pylint
# pyproject-api
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
tox==4.13.0
# via -r requirements/dev.in
twine==5.0.0
# via -r requirements/dev.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# astroid
Expand All @@ -225,7 +225,7 @@ urllib3==2.2.1
# via
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via -r requirements/dev.in
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -39,7 +39,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -61,15 +61,15 @@ six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# pylint
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cffi==1.16.0
# via pynacl
click==8.1.7
# via edx-django-utils
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -34,7 +34,7 @@ exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
newrelic==9.6.0
newrelic==9.7.0
# via edx-django-utils
packaging==23.2
# via pytest
Expand All @@ -48,7 +48,7 @@ pycparser==2.21
# via cffi
pynacl==1.5.0
# via edx-django-utils
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand All @@ -62,11 +62,11 @@ pytz==2024.1
# djangorestframework
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via edx-django-utils
tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.9.0
typing-extensions==4.10.0
# via asgiref
Loading