Skip to content

Commit

Permalink
Upgrade to httpbin 0.10.0 (#6496)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Aug 13, 2023
1 parent d815276 commit 678fca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
make
Expand Down
6 changes: 1 addition & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ pytest>=2.8.0,<=6.2.5
pytest-cov
pytest-httpbin==2.0.0
pytest-mock==2.0.0
httpbin==0.7.0
httpbin==0.10.0
trustme
wheel
cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy'

# Flask Stack
Flask>1.0,<2.0
markupsafe<2.1

0 comments on commit 678fca8

Please sign in to comment.