Skip to content

Commit

Permalink
Merge pull request #195 from alandtse/dependencies
Browse files Browse the repository at this point in the history
fix: loosen dependency requirements
  • Loading branch information
alandtse committed May 1, 2021
2 parents ddde348 + 598d600 commit 11ef0fb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
45 changes: 29 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ aiohttp = "^3.7.4"
backoff = "^1.10.0"
beautifulsoup4 = "^4.9.3"
wrapt = "^1.12.1"
authcaptureproxy = "~=1.0.0"
httpx = "^0.17.1"
authcaptureproxy = "^1.0.1"
httpx = ">=0.17.1, <1.0"

[tool.poetry.dev-dependencies]
flake8 = "^3.9.0"
Expand Down

0 comments on commit 11ef0fb

Please sign in to comment.