Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group with 15 updates #975

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
-e .[asyncio,trio,http2,socks]

# Docs
mkdocs==1.6.0
mkdocs-autorefs==1.0.1
mkdocs-material==9.5.27
mkdocs==1.6.1
mkdocs-autorefs==1.2.0
mkdocs-material==9.5.43
mkdocs-material-extensions==1.3.1
mkdocstrings[python-legacy]==0.25.1
mkdocstrings[python-legacy]==0.26.2
jinja2==3.1.4

# Packaging
build==1.2.1
build==1.2.2.post1
twine==5.1.1

# Tests & Linting
coverage[toml]==7.5.4
ruff==0.5.0
mypy==1.10.1
coverage[toml]==7.6.4
ruff==0.7.1
mypy==1.13.0
trio-typing==0.10.0
pytest==8.2.2
pytest-httpbin==2.0.0
pytest==8.3.3
pytest-httpbin==2.1.0
pytest-trio==0.8.0
werkzeug<3.1 # See: https://github.com/psf/httpbin/issues/35

# Benchmarking and profiling
uvicorn==0.30.1
aiohttp==3.10.2
urllib3==2.2.2
matplotlib==3.7.5
pyinstrument==4.6.2
uvicorn==0.32.0
aiohttp==3.10.10
urllib3==2.2.3
matplotlib==3.9.2
pyinstrument==5.0.0
Loading