httpx/requirements.txt
dependabot[bot] 9d543750b9
Bump mkdocs-material from 8.0.2 to 8.1.4 (#2006)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.0.2 to 8.1.4.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.0.2...8.1.4)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
2022-01-05 14:27:25 +00:00

36 lines
793 B
Plaintext

# We're pinning our tooling, because it's an environment we can strictly control.
# On the other hand, we're not pinning package dependencies, because our tests
# needs to pass with the latest version of the packages.
# Reference: https://github.com/encode/httpx/pull/1721#discussion_r661241588
-e .[cli,http2,brotli]
charset-normalizer==2.0.6
# Documentation
mkdocs==1.2.3
mkautodoc==0.1.0
mkdocs-material==8.1.4
# Packaging
twine==3.7.1
wheel==0.37.0
# Tests & Linting
autoflake==1.4
black==21.11b1
coverage==6.0.2
cryptography==36.0.1
flake8==3.9.2
flake8-bugbear==21.9.2
flake8-pie==0.15.0; python_version>='3.7'
isort==5.10.1
mypy==0.910
types-certifi==2021.10.8.0
pytest==6.2.5
pytest-asyncio==0.15.1
pytest-trio==0.7.0
trio==0.19.0
trio-typing==0.5.1
trustme==0.9.0
uvicorn==0.14.0