Skip to content

Commit

Permalink
back to upgrading all dev dependencies (except trio and anyio)
Browse files Browse the repository at this point in the history
  • Loading branch information
belm0 committed Apr 7, 2024
1 parent a587520 commit caff96b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: 'requirements_test.txt'
- run: pip install --upgrade pip
- run: pip install . -r requirements_test.txt
- run: pytest

Expand Down
49 changes: 23 additions & 26 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,75 +10,72 @@ async-generator==1.10
# via
# purerpc (setup.py)
# trio
attrs==21.4.0
attrs==23.2.0
# via
# outcome
# pytest
# trio
build==1.2.1
# via pip-tools
cffi==1.15.0
cffi==1.16.0
# via cryptography
click==8.1.2
click==8.1.7
# via pip-tools
cryptography==36.0.2
cryptography==42.0.5
# via trustme
exceptiongroup==1.2.0 ; python_version < "3.11"
# via purerpc (setup.py)
# via
# purerpc (setup.py)
# pytest
grpcio==1.62.1
# via
# grpcio-tools
# purerpc (setup.py)
grpcio-tools==1.48.2
grpcio-tools==1.62.1
# via purerpc (setup.py)
h2==3.2.0
# via purerpc (setup.py)
hpack==3.0.0
# via h2
hyperframe==5.2.0
# via h2
idna==3.3
idna==3.6
# via
# anyio
# trio
# trustme
importlib-metadata==4.11.3
importlib-metadata==7.1.0
# via build
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
outcome==1.1.0
outcome==1.3.0.post0
# via trio
packaging==21.3
packaging==24.0
# via
# build
# pytest
pip-tools==7.4.1
# via purerpc (setup.py)
pluggy==1.0.0
pluggy==1.4.0
# via pytest
protobuf==3.20.0
protobuf==4.25.3
# via grpcio-tools
py==1.11.0
# via pytest
pycparser==2.21
pycparser==2.22
# via cffi
pyparsing==3.0.8
# via packaging
pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==7.1.1
pytest==8.1.1
# via purerpc (setup.py)
python-forge==18.6.0
# via purerpc (setup.py)
sniffio==1.2.0
sniffio==1.3.1
# via
# anyio
# trio
sortedcontainers==2.4.0
# via trio
tblib==1.7.0
tblib==3.0.0
# via purerpc (setup.py)
tomli==2.0.1
# via
Expand All @@ -88,13 +85,13 @@ tomli==2.0.1
# pytest
trio==0.20.0
# via purerpc (setup.py)
trustme==0.9.0
trustme==1.1.0
# via purerpc (setup.py)
uvloop==0.16.0 ; platform_system != "Windows"
uvloop==0.19.0 ; platform_system != "Windows"
# via purerpc (setup.py)
wheel==0.37.1
wheel==0.43.0
# via pip-tools
zipp==3.8.0
zipp==3.18.1
# via importlib-metadata

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

0 comments on commit caff96b

Please sign in to comment.