Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Feb 20, 2024
1 parent 42541d7 commit e106ba9
Showing 1 changed file with 68 additions and 85 deletions.
153 changes: 68 additions & 85 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,164 +1,147 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
astroid==2.9.3
# via
# -r requirements/base.txt
# django
astroid==3.0.3
# via
# pylint
# pylint-celery
attrs==21.4.0
# via pytest
bleach==4.1.0
# via readme-renderer
certifi==2021.10.8
certifi==2024.2.2
# via requests
charset-normalizer==2.0.12
charset-normalizer==3.3.2
# via requests
click==8.0.3
click==8.1.7
# via
# click-log
# code-annotations
# edx-lint
click-log==0.3.2
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.6.0
# via edx-lint
colorama==0.4.4
# via twine
coverage[toml]==6.3.1
coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
dill==0.3.8
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
django-dynamic-fixture==3.1.2
django-dynamic-fixture==4.0.1
# via -r requirements/test.in
docutils==0.18.1
docutils==0.20.1
# via readme-renderer
edx-lint==5.2.1
edx-lint==5.3.6
# via -r requirements/test.in
idna==3.3
idna==3.6
# via requests
importlib-metadata==4.11.1
# via
# keyring
# twine
iniconfig==1.1.1
importlib-metadata==7.0.1
# via twine
iniconfig==2.0.0
# via pytest
isort==5.10.1
isort==5.13.2
# via pylint
jinja2==3.0.3
jaraco-classes==3.3.1
# via keyring
jinja2==3.1.3
# via code-annotations
keyring==23.5.0
keyring==24.3.0
# via twine
lazy-object-proxy==1.7.1
# via astroid
markupsafe==2.0.1
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mccabe==0.6.1
mccabe==0.7.0
# via pylint
mock==4.0.3
mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
packaging==21.3
# via
# bleach
# pytest
pbr==5.8.1
more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via pytest
pbr==6.0.0
# via stevedore
pep8==1.7.1
# via -r requirements/test.in
pkginfo==1.8.2
pkginfo==1.9.6
# via twine
platformdirs==2.5.0
platformdirs==4.2.0
# via pylint
pluggy==1.0.0
# via pytest
py==1.11.0
pluggy==1.4.0
# via pytest
pygments==2.11.2
# via readme-renderer
pylint==2.12.2
pygments==2.17.2
# via
# readme-renderer
# rich
pylint==3.0.3
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.0
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.7
pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyparsing==3.0.7
# via packaging
pytest==7.0.1
pytest==8.0.1
# via
# pytest-cov
# pytest-django
pytest-cov==3.0.0
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.8.0
# via -r requirements/test.in
python-slugify==5.0.2
python-slugify==8.0.4
# via code-annotations
pytz==2021.3
pytz==2024.1
# via
# -r requirements/base.txt
# django
pyyaml==6.0
pyyaml==6.0.1
# via code-annotations
readme-renderer==32.0
readme-renderer==42.0
# via twine
requests==2.27.1
requests==2.31.0
# via
# requests-toolbelt
# twine
requests-toolbelt==0.9.1
requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
six==1.16.0
# via
# bleach
# django-dynamic-fixture
# edx-lint
sqlparse==0.4.2
# via edx-lint
sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
stevedore==3.5.0
stevedore==5.1.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
toml==0.10.2
tomlkit==0.12.3
# via pylint
tomli==2.0.1
# via
# coverage
# pytest
tqdm==4.62.3
# via twine
twine==3.8.0
twine==5.0.0
# via -r requirements/test.in
typing-extensions==4.1.1
# via
# astroid
# pylint
urllib3==1.26.8
urllib3==2.2.1
# via
# requests
# twine
webencodings==0.5.1
# via bleach
wrapt==1.13.3
# via astroid
zipp==3.7.0
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit e106ba9

Please sign in to comment.