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

Update multidict to 4.7.5 #143

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

This PR updates multidict from 4.7.4 to 4.7.5.

Changelog

4.7.5

==================

Bugfixes
--------

- Fixed creating and updating of MultiDict from a sequence of pairs and keyword arguments. Previously passing a list argument modified it inplace, and other sequences caused an error.
`457 <https://github.com/aio-libs/multidict/issues/457>`_
- Fixed comparing with mapping: an exception raised in the `__len__` method caused raising a SyntaxError.
`459 <https://github.com/aio-libs/multidict/issues/459>`_
- Fixed comparing with mapping: all exceptions raised in the `__getitem__` method were silenced.
`460 <https://github.com/aio-libs/multidict/issues/460>`_


----
Links

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #199

@pyup-bot pyup-bot closed this May 15, 2020
@qytz qytz deleted the pyup-update-multidict-4.7.4-to-4.7.5 branch May 15, 2020 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant