Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
make cythonize
- name: Restore llhttp generated files
if: ${{ matrix.no-extensions == '' }}
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
run: |
python -m pip install -r requirements/cython.txt -c requirements/constraints.txt
- name: Restore llhttp generated files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
run: |
python -m pip install -r requirements/cython.txt -c requirements/constraints.txt
- name: Restore llhttp generated files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: llhttp
path: vendor/llhttp/build/
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
- name: Download disctributions
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down
34 changes: 5 additions & 29 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ alabaster==0.7.12
# via sphinx
async-timeout==4.0.2
# via -r requirements/base.txt
asynctest==0.13.0 ; python_version < "3.8"
# via -r requirements/base.txt
attrs==21.2.0
# via pytest
babel==2.9.1
Expand Down Expand Up @@ -48,7 +46,7 @@ click==8.0.3
# wait-for-it
click-default-group==1.2.2
# via towncrier
coverage[toml]==6.3.2
coverage==6.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -88,17 +86,6 @@ idna==3.3
# yarl
imagesize==1.2.0
# via sphinx
importlib-metadata==4.10.1
# via
# backports-entry-points-selectable
# click
# pep517
# pluggy
# pre-commit
# pytest
# sphinx
# sphinxcontrib-spelling
# virtualenv
incremental==21.3.0
# via towncrier
iniconfig==1.1.1
Expand All @@ -113,7 +100,7 @@ multidict==6.0.2
# via
# -r requirements/multidict.txt
# yarl
mypy==0.941 ; implementation_name == "cpython"
mypy==0.942 ; implementation_name == "cpython"
# via
# -r requirements/lint.txt
# -r requirements/test.txt
Expand All @@ -131,13 +118,13 @@ pep517==0.12.0
# via pip-tools
pillow==9.0.0
# via blockdiag
pip-tools==6.5.1
pip-tools==6.6.0
# via -r requirements/dev.txt
platformdirs==2.4.0
# via virtualenv
pluggy==1.0.0
# via pytest
pre-commit==2.17.0
pre-commit==2.18.1
# via -r requirements/lint.txt
proxy-py==2.4.1
# via -r requirements/test.txt
Expand All @@ -155,7 +142,7 @@ pygments==2.11.2
# via
# -r requirements/doc.txt
# sphinx
pyjwt[crypto]==2.3.0
pyjwt==2.3.0
# via gidgethub
pyparsing==2.4.7
# via packaging
Expand Down Expand Up @@ -240,24 +227,17 @@ tqdm==4.62.3
# via python-on-whales
trustme==0.9.0 ; platform_machine != "i686"
# via -r requirements/test.txt
typed-ast==1.5.2
# via mypy
typer==0.4.0
# via python-on-whales
typing-extensions==3.10.0.0
# via
# -r requirements/typing-extensions.txt
# async-timeout
# importlib-metadata
# mypy
# pydantic
# yarl
uritemplate==4.1.1
# via gidgethub
urllib3==1.26.7
# via requests
uvloop==0.14.0 ; platform_system != "Windows" and implementation_name == "cpython" and python_version < "3.9"
# via -r requirements/base.txt
virtualenv==20.10.0
# via pre-commit
wait-for-it==2.2.1 ; python_version >= "3.7"
Expand All @@ -268,10 +248,6 @@ wheel==0.37.0
# via pip-tools
yarl==1.7.2
# via -r requirements/base.txt
zipp==3.7.0
# via
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
Expand Down