Skip to content

Commit

Permalink
Merge branch 'master' into optimize-conn-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jun 10, 2024
2 parents 945561f + 48651f6 commit 05b1844
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
# Docs
mkdocs==1.6.0
mkdocs-autorefs==1.0.1
mkdocs-material==9.5.20
mkdocs-material==9.5.25
mkdocs-material-extensions==1.3.1
mkdocstrings[python-legacy]==0.25.0
mkdocstrings[python-legacy]==0.25.1
jinja2==3.1.4

# Packaging
build==1.2.1
twine==5.0.0
twine==5.1.0

# Tests & Linting
coverage[toml]==7.5.0
ruff==0.4.2
coverage[toml]==7.5.3
ruff==0.4.7
mypy==1.10.0
trio-typing==0.10.0
pytest==8.2.0
pytest==8.2.1
pytest-httpbin==2.0.0
pytest-trio==0.8.0
werkzeug<2.1 # See: https://github.com/psf/httpbin/issues/35

0 comments on commit 05b1844

Please sign in to comment.