diff --git a/requirements.txt b/requirements.txt index 6983754b..48519cc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,22 +3,22 @@ # Docs mkdocs==1.5.3 mkdocs-autorefs==1.0.1 -mkdocs-material==9.5.12 +mkdocs-material==9.5.16 mkdocs-material-extensions==1.3.1 mkdocstrings[python-legacy]==0.24.1 jinja2==3.1.3 # Packaging -build==1.1.1 +build==1.2.1 twine # Tests & Linting -coverage[toml]==7.4.3 -ruff==0.3.0 -mypy==1.8.0 +coverage[toml]==7.4.4 +ruff==0.3.4 +mypy==1.9.0 trio-typing==0.10.0 types-certifi==2021.10.8.3 -pytest==8.0.2 +pytest==8.1.1 pytest-httpbin==2.0.0 pytest-trio==0.8.0 werkzeug<2.1 # See: https://github.com/postmanlabs/httpbin/issues/673