Skip to content

Bump the python-packages group with 10 updates #939

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ socks = [
"socksio==1.*",
]
trio = [
"trio>=0.22.0,<0.26.0",
"trio>=0.22.0,<0.27.0",
]
asyncio = [
"anyio>=4.0,<5.0",
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
# Docs
mkdocs==1.6.0
mkdocs-autorefs==1.0.1
mkdocs-material==9.5.27
mkdocs-material==9.5.30
mkdocs-material-extensions==1.3.1
mkdocstrings[python-legacy]==0.25.1
mkdocstrings[python-legacy]==0.25.2
jinja2==3.1.4

# Packaging
build==1.2.1
twine==5.1.1

# Tests & Linting
coverage[toml]==7.5.4
ruff==0.5.0
mypy==1.10.1
coverage[toml]==7.6.0
ruff==0.5.5
mypy==1.11.1
trio-typing==0.10.0
pytest==8.2.2
pytest==8.3.2
pytest-httpbin==2.0.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.9.5
uvicorn==0.30.4
aiohttp==3.10.0
urllib3==2.2.2
matplotlib==3.7.5
matplotlib==3.9.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This upgrade is breaking the builds.

I'd suggest that we drop the dependencies introduced in PR #923 out of the requirements.txt. We don't really want to be installing these during every CI run. Perhaps have a /benchmark directory with dependencies and the client/server scripts?

pyinstrument==4.6.2
Loading