Skip to content

Commit 678fca8

Browse files
authored
Upgrade to httpbin 0.10.0 (#6496)
1 parent d815276 commit 678fca8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
29+
cache: 'pip'
2930
- name: Install dependencies
3031
run: |
3132
make

requirements-dev.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ pytest>=2.8.0,<=6.2.5
33
pytest-cov
44
pytest-httpbin==2.0.0
55
pytest-mock==2.0.0
6-
httpbin==0.7.0
6+
httpbin==0.10.0
77
trustme
88
wheel
99
cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy'
10-
11-
# Flask Stack
12-
Flask>1.0,<2.0
13-
markupsafe<2.1

0 commit comments

Comments
 (0)