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

Python Requirements Update #496

Merged
merged 2 commits into from
Apr 17, 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
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:

- name: Run Coverage
if: matrix.python-version == '3.8' && matrix.toxenv=='django42'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
flags: unittests
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}


provider-verification:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ distlib==0.3.8
# via virtualenv
docopt==0.6.2
# via coveralls
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
idna==3.6
idna==3.7
# via requests
packaging==24.0
# via
Expand Down
18 changes: 10 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.0.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
# django
Expand Down Expand Up @@ -46,7 +48,7 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# edx-lint
# edx-toggles
Expand Down Expand Up @@ -128,15 +130,15 @@ exceptiongroup==1.2.0
# pytest
fastapi==0.110.1
# via pact-python
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
idna==3.6
idna==3.7
# via
# anyio
# requests
Expand All @@ -156,7 +158,7 @@ isort==5.13.2
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.1.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
Expand Down Expand Up @@ -197,7 +199,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
pact-python==2.1.3
pact-python==2.2.0
# via -r requirements/test.in
pbr==6.0.0
# via stevedore
Expand All @@ -223,9 +225,9 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.7.0
# via fastapi
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -331,7 +333,7 @@ tox==4.14.2
# via -r requirements/ci.in
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# annotated-types
# anyio
Expand Down
16 changes: 9 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.0.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
# django
Expand All @@ -41,7 +43,7 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# edx-lint
# edx-toggles
Expand Down Expand Up @@ -116,7 +118,7 @@ fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
idna==3.6
idna==3.7
# via
# anyio
# requests
Expand All @@ -136,7 +138,7 @@ isort==5.13.2
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.1.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
Expand Down Expand Up @@ -172,7 +174,7 @@ nh3==0.2.17
# via readme-renderer
packaging==24.0
# via pytest
pact-python==2.1.3
pact-python==2.2.0
# via -r requirements/test.in
pbr==6.0.0
# via stevedore
Expand All @@ -192,9 +194,9 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.7.0
# via fastapi
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -292,7 +294,7 @@ tomlkit==0.12.4
# via pylint
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# annotated-types
# anyio
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click==8.1.7
# edx-django-utils
# pact-python
# uvicorn
code-annotations==1.7.0
code-annotations==1.8.0
# via edx-toggles
coverage[toml]==7.4.4
# via
Expand Down Expand Up @@ -97,7 +97,7 @@ fs==2.4.16
# via -r requirements/test.in
h11==0.14.0
# via uvicorn
idna==3.6
idna==3.7
# via
# anyio
# requests
Expand All @@ -118,7 +118,7 @@ newrelic==9.8.0
# via edx-django-utils
packaging==24.0
# via pytest
pact-python==2.1.3
pact-python==2.2.0
# via -r requirements/test.in
pbr==6.0.0
# via stevedore
Expand All @@ -132,9 +132,9 @@ psutil==5.9.8
# pact-python
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.7.0
# via fastapi
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# annotated-types
# anyio
Expand Down
Loading