LonamiWebs/Telethon
### [`v1.28.1`](https://togithub.com/LonamiWebs/Telethon/compare/v1.28.0...v1.28.1)
[Compare Source](https://togithub.com/LonamiWebs/Telethon/compare/v1.28.0...v1.28.1)
### [`v1.28.0`](https://togithub.com/LonamiWebs/Telethon/compare/v1.27.0...v1.28.0)
[Compare Source](https://togithub.com/LonamiWebs/Telethon/compare/v1.27.0...v1.28.0)
tkem/cachetools
### [`v5.3.1`](https://togithub.com/tkem/cachetools/blob/HEAD/CHANGELOG.rst#v531-2023-05-27)
[Compare Source](https://togithub.com/tkem/cachetools/compare/v5.3.0...v5.3.1)
\===================
- Depend on Python >= 3.7.
pydantic/pydantic
### [`v1.10.8`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.8): 2023-05-23
[Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.7...v1.10.8)
##### What's Changed
- Fix a bug in `Literal` usage with `typing-extension==4.6.0`, [#5826](https://togithub.com/pydantic/pydantic/issues/5826) by [@hramezani](https://togithub.com/hramezani)
- This solves the (closed) issue [#3849](https://togithub.com/pydantic/pydantic/issues/3849) where aliased fields that use discriminated union fail to validate when the data contains the non-aliased field name, [#5736](https://togithub.com/pydantic/pydantic/issues/5736) by [@benwah](https://togithub.com/benwah)
- Update email-validator dependency to >=2.0.0post2, [#5627](https://togithub.com/pydantic/pydantic/issues/5627) by [@adriangb](https://togithub.com/adriangb)
- update `AnyClassMethod` for changes in [python/typeshed#9771](https://togithub.com/python/typeshed/issues/9771), [#5505](https://togithub.com/pydantic/pydantic/issues/5505) by [@ITProKyle](https://togithub.com/ITProKyle)
##### New Contributors
- [@DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) made their first contribution in [https://github.com/pydantic/pydantic/pull/5375](https://togithub.com/pydantic/pydantic/pull/5375)
- [@ITProKyle](https://togithub.com/ITProKyle) made their first contribution in [https://github.com/pydantic/pydantic/pull/5505](https://togithub.com/pydantic/pydantic/pull/5505)
- [@benwah](https://togithub.com/benwah) made their first contribution in [https://github.com/pydantic/pydantic/pull/5736](https://togithub.com/pydantic/pydantic/pull/5736)
**Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.8
romis2012/python-socks
### [`v2.3.0`](https://togithub.com/romis2012/python-socks/compare/v2.2.0...v2.3.0)
[Compare Source](https://togithub.com/romis2012/python-socks/compare/v2.2.0...v2.3.0)
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^1.27.0
->^1.28.5
~=1.27.0
->~=1.28.5
^5.3.0
->^5.3.1
~=5.3.0
->~=5.3.1
^1.10.7
->^1.10.8
~=1.10.7
->~=1.10.8
^2.2.0
->^2.3.0
~=2.2.0
->~=2.3.0
Release Notes
LonamiWebs/Telethon
### [`v1.28.1`](https://togithub.com/LonamiWebs/Telethon/compare/v1.28.0...v1.28.1) [Compare Source](https://togithub.com/LonamiWebs/Telethon/compare/v1.28.0...v1.28.1) ### [`v1.28.0`](https://togithub.com/LonamiWebs/Telethon/compare/v1.27.0...v1.28.0) [Compare Source](https://togithub.com/LonamiWebs/Telethon/compare/v1.27.0...v1.28.0)tkem/cachetools
### [`v5.3.1`](https://togithub.com/tkem/cachetools/blob/HEAD/CHANGELOG.rst#v531-2023-05-27) [Compare Source](https://togithub.com/tkem/cachetools/compare/v5.3.0...v5.3.1) \=================== - Depend on Python >= 3.7.pydantic/pydantic
### [`v1.10.8`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.8): 2023-05-23 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.7...v1.10.8) ##### What's Changed - Fix a bug in `Literal` usage with `typing-extension==4.6.0`, [#5826](https://togithub.com/pydantic/pydantic/issues/5826) by [@hramezani](https://togithub.com/hramezani) - This solves the (closed) issue [#3849](https://togithub.com/pydantic/pydantic/issues/3849) where aliased fields that use discriminated union fail to validate when the data contains the non-aliased field name, [#5736](https://togithub.com/pydantic/pydantic/issues/5736) by [@benwah](https://togithub.com/benwah) - Update email-validator dependency to >=2.0.0post2, [#5627](https://togithub.com/pydantic/pydantic/issues/5627) by [@adriangb](https://togithub.com/adriangb) - update `AnyClassMethod` for changes in [python/typeshed#9771](https://togithub.com/python/typeshed/issues/9771), [#5505](https://togithub.com/pydantic/pydantic/issues/5505) by [@ITProKyle](https://togithub.com/ITProKyle) ##### New Contributors - [@DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) made their first contribution in [https://github.com/pydantic/pydantic/pull/5375](https://togithub.com/pydantic/pydantic/pull/5375) - [@ITProKyle](https://togithub.com/ITProKyle) made their first contribution in [https://github.com/pydantic/pydantic/pull/5505](https://togithub.com/pydantic/pydantic/pull/5505) - [@benwah](https://togithub.com/benwah) made their first contribution in [https://github.com/pydantic/pydantic/pull/5736](https://togithub.com/pydantic/pydantic/pull/5736) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.8romis2012/python-socks
### [`v2.3.0`](https://togithub.com/romis2012/python-socks/compare/v2.2.0...v2.3.0) [Compare Source](https://togithub.com/romis2012/python-socks/compare/v2.2.0...v2.3.0)Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.