python-telegram-bot/telegram/ext
dependabot[bot] 977d56ab43
Bump mypy from 0.950 to 0.960 (#3070)
* Bump mypy from 0.950 to 0.960

Bumps [mypy](https://github.com/python/mypy) from 0.950 to 0.960.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.950...v0.960)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* update pre-commit as well

* fix type hint for CIRHandler.collect_additional_context

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
2022-06-02 10:08:15 +02:00
..
_utils Drop Support for ujson (#3037) 2022-05-19 12:47:53 +02:00
__init__.py Split {Command, Prefix}Handler And Make Attributes Immutable (#3045) 2022-05-26 11:10:00 +02:00
_application.py Don't Set Signal Handlers On Windows By Default (#3065) 2022-06-02 09:43:03 +02:00
_applicationbuilder.py Adjust pre-commit Settings for isort (#3043) 2022-05-18 17:23:00 +02:00
_basepersistence.py Documentation Fixes & Improvements (#2969) 2022-05-06 18:22:36 +02:00
_callbackcontext.py Improve Type Annotations for CallbackContext and Move Default Type Alias to ContextTypes.DEFAULT_TYPE (#3017, #3023) 2022-05-12 19:36:25 +02:00
_callbackdatacache.py Extend Code Formatting With Black (#2972) 2022-05-06 18:22:35 +02:00
_callbackqueryhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_chatjoinrequesthandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_chatmemberhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_choseninlineresulthandler.py Bump mypy from 0.950 to 0.960 (#3070) 2022-06-02 10:08:15 +02:00
_commandhandler.py Split {Command, Prefix}Handler And Make Attributes Immutable (#3045) 2022-05-26 11:10:00 +02:00
_contexttypes.py Adjust pre-commit Settings for isort (#3043) 2022-05-18 17:23:00 +02:00
_conversationhandler.py Rename Job.context to Job.data (#3028) 2022-05-12 19:26:03 +02:00
_defaults.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_dictpersistence.py Drop Support for ujson (#3037) 2022-05-19 12:47:53 +02:00
_extbot.py Make PTB Specific Keyword-Only Arguments for PTB Specific in Bot methods (#3035) 2022-05-18 17:18:44 +02:00
_handler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_inlinequeryhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_jobqueue.py Align Behavior Of JobQueue.run_daily With cron (#3046) 2022-05-25 10:02:00 +02:00
_messagehandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_picklepersistence.py Documentation Fixes & Improvements (#2969) 2022-05-06 18:22:36 +02:00
_pollanswerhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_pollhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_precheckoutqueryhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_prefixhandler.py Split {Command, Prefix}Handler And Make Attributes Immutable (#3045) 2022-05-26 11:10:00 +02:00
_shippingqueryhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_stringcommandhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_stringregexhandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_typehandler.py Rename Handler to BaseHandler (#3019) 2022-05-12 18:18:40 +02:00
_updater.py Stabilize Application.run_* on Python 3.7 (#3009) 2022-05-10 18:35:20 +02:00
filters.py Use Collection Instead of List and Tuple (#3025) 2022-05-13 16:41:34 +02:00