diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ba084f588..36d4f7e0a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: os: ubuntu-latest experimental: false nox-session: test_brotlipy - - python-version: 3.10-dev + - python-version: 3.10.0-alpha.7 os: ubuntu-latest experimental: false nox-session: test-3.10 diff --git a/dev-requirements.txt b/dev-requirements.txt index 3fad091ff8..4fe60fdc4d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,11 +1,11 @@ -coverage==5.3.1 +coverage==5.5 tornado==6.1 PySocks==1.7.1 -pytest==6.1.2 +pytest==6.2.3 pytest-timeout==1.4.2 pytest-freezegun==0.4.2 flaky==3.7.0 -trustme==0.6.0 -cryptography==3.3.2 +trustme==0.7.0 +cryptography==3.4.7 python-dateutil==2.8.1 typing-extensions==3.7.4.3