Harmon
Harmon
This includes: - `ConnectionResetError: [Errno 54] Connection reset by peer` or `ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host` leading to `urllib3.exceptions.ProtocolError`, `requests.exceptions.ConnectionError` or `requests.exceptions.ChunkedEncodingError`,...
Resolves #1407 This adds a `types` dependency extra, requiring [types-oauthlib](https://pypi.org/project/types-oauthlib/), [types-requests](https://pypi.org/project/types-requests/), and [typing-extensions](https://pypi.org/project/typing-extensions/).
### Summary When an ephemeral message is sent, the resulting `Message` object dispatched to `on_message` has a `channel` attribute that is an instance of `DMChannel`, even if the ephemeral message...
[Pip has supported direct references since version 19.1](https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers). Pyup seems to ignore them and consider the requirement unpinned, e.g. https://github.com/Harmon758/Harmonbot/pull/2495 and https://github.com/Harmon758/Harmonbot/pull/2496, due to https://github.com/Harmon758/Harmonbot/commit/35b03d9a22304b211594b09816452f8f9ad6dc6c (both also show "unpinned" as...
https://pyup.io/ has missed updates for [python-chess 0.29.0](https://pypi.org/project/python-chess/0.29.0/) from more than two weeks ago and [dice 3.0.0](https://pypi.org/project/dice/3.0.0/) also from more than two weeks ago and now [dice 3.1.0](https://pypi.org/project/dice/3.1.0/) from more than...
This updates the link to the Cmder website in the README, as it's now https://cmder.app/. See https://github.com/cmderdev/cmder/issues/2721 and https://github.com/cmderdev/cmder/issues/2728.
I'm not sure why #11 was closed, but http://sandipbgt.com/theastrologer/ has been stuck on 2018-03-09. However, http://theastrologer-api.herokuapp.com is working properly. Has the API moved back to Heroku?
**🚀 Feature Description** Currently, the pandas requirement is constrained to >=1.4,= 2.0. **Solution** Loosen pandas requirement to support pandas 2
[Python 3.7 has reached the end-of-life phase of its release cycle now](https://peps.python.org/pep-0537/).