Skip to content

Commit c7acdda

Browse files
committed
Updated to latest oauthlib to use cryptography wheel
1 parent 6c52231 commit c7acdda

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
- python-version: "pypy3.10"
2525
tox-env: pypy310
2626
steps:
27-
- name: Install pypy cryptography dependencies
28-
if: startsWith(matrix.python-version, 'pypy')
29-
run: |
30-
sudo apt update && sudo apt install -y build-essential cargo rustc pkg-config libffi-dev libssl-dev pypy3-dev
3127
- uses: actions/checkout@v4
3228
- name: Set up Python ${{ matrix.python-version }}
3329
uses: actions/setup-python@v5

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements.txt
2-
coveralls==3.2.0
2+
coveralls==3.3.1
33
mock==4.0.3
4-
requests-mock==1.9.3
4+
requests-mock==1.11.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.26.0
2-
oauthlib[signedtoken]==3.1.1
1+
requests==2.31.0
2+
oauthlib[signedtoken]==3.2.2

0 commit comments

Comments
 (0)