Skip to content

Conversation

@ezio-melotti
Copy link
Member

@ezio-melotti ezio-melotti commented Oct 14, 2025

This PR bumps aiohttp from 3.11.11 to 3.11.18.

I updated it using the following command, since I didn't have Python 3.12 installed:

docker run --rm -v $(pwd):/app -w /app python:3.12 bash -c "
  pip install --upgrade pip &&
  pip install pip-tools &&
  pip-compile --generate-hashes --output-file=requirements.txt --upgrade-package=aiohttp requirements.in &&
  pip-compile --generate-hashes --output-file=dev-requirements.txt --upgrade-package=aiohttp dev-requirements.in
"

I'm planning to follow up with other update to bring aiohttp to the latest version and solve the dependabot alerts.

@ezio-melotti ezio-melotti merged commit 7e95632 into python:main Oct 14, 2025
14 checks passed
@ezio-melotti ezio-melotti self-assigned this Oct 14, 2025
@ezio-melotti ezio-melotti added the dependencies Pull requests that update a dependency file label Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants