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 aiohttp verison to 3.10.2 in test-requirements #2796

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

emdneto
Copy link
Member

@emdneto emdneto commented Aug 13, 2024

Description

Bump aiohttp version to 3.10.2 in test requirements to fix dependabot alerts, also fix tests for this version which nows separates timeout error in two types: ConnectionTimeoutError and SocketTimeoutError

There shouldn't be any change, since ConnectionTimeoutError and SocketTimeoutError both inherit from ServerTimeoutError, users can either catch in general ServerTimeoutError, or if they need to, they can now catch the specific timeouts.

@emdneto emdneto added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Aug 13, 2024
@lzchen lzchen merged commit 9c327ea into open-telemetry:main Aug 13, 2024
521 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants