-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #545 from Der-Henning/dev
Update dependencies, update localization
- Loading branch information
Showing
13 changed files
with
689 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,43 @@ | ||
aiohttp==3.9.5 ; python_version >= "3.9" and python_version < "3.13" | ||
aiohappyeyeballs==2.4.2 ; python_version >= "3.9" and python_version < "3.13" | ||
aiohttp==3.10.8 ; python_version >= "3.9" and python_version < "3.13" | ||
aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "3.13" | ||
anyio==4.4.0 ; python_version >= "3.9" and python_version < "3.13" | ||
apprise==1.8.0 ; python_version >= "3.9" and python_version < "3.13" | ||
anyio==4.6.0 ; python_version >= "3.9" and python_version < "3.13" | ||
apprise==1.9.0 ; python_version >= "3.9" and python_version < "3.13" | ||
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11" | ||
attrs==23.2.0 ; python_version >= "3.9" and python_version < "3.13" | ||
cachetools==5.3.3 ; python_version >= "3.9" and python_version < "3.13" | ||
certifi==2024.7.4 ; python_version >= "3.9" and python_version < "3.13" | ||
attrs==24.2.0 ; python_version >= "3.9" and python_version < "3.13" | ||
babel==2.16.0 ; python_version >= "3.9" and python_version < "3.13" | ||
cachetools==5.5.0 ; python_version >= "3.9" and python_version < "3.13" | ||
certifi==2024.8.30 ; python_version >= "3.9" and python_version < "3.13" | ||
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13" | ||
click==8.1.7 ; python_version >= "3.9" and python_version < "3.13" | ||
colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows") | ||
colorlog==6.8.2 ; python_version >= "3.9" and python_version < "3.13" | ||
cron-descriptor==1.4.3 ; python_version >= "3.9" and python_version < "3.13" | ||
cron-descriptor==1.4.5 ; python_version >= "3.9" and python_version < "3.13" | ||
discord-py==2.4.0 ; python_version >= "3.9" and python_version < "3.13" | ||
discord==2.3.2 ; python_version >= "3.9" and python_version < "3.13" | ||
exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" | ||
exceptiongroup==1.2.2 ; python_version >= "3.9" and python_version < "3.11" | ||
frozenlist==1.4.1 ; python_version >= "3.9" and python_version < "3.13" | ||
googlemaps==4.10.0 ; python_version >= "3.9" and python_version < "3.13" | ||
h11==0.14.0 ; python_version >= "3.9" and python_version < "3.13" | ||
httpcore==1.0.5 ; python_version >= "3.9" and python_version < "3.13" | ||
httpx==0.27.0 ; python_version >= "3.9" and python_version < "3.13" | ||
httpx==0.27.2 ; python_version >= "3.9" and python_version < "3.13" | ||
humanize==4.10.0 ; python_version >= "3.9" and python_version < "3.13" | ||
idna==3.7 ; python_version >= "3.9" and python_version < "3.13" | ||
importlib-metadata==8.0.0 ; python_version >= "3.9" and python_version < "3.10" | ||
markdown==3.6 ; python_version >= "3.9" and python_version < "3.13" | ||
multidict==6.0.5 ; python_version >= "3.9" and python_version < "3.13" | ||
idna==3.10 ; python_version >= "3.9" and python_version < "3.13" | ||
importlib-metadata==8.5.0 ; python_version >= "3.9" and python_version < "3.10" | ||
markdown==3.7 ; python_version >= "3.9" and python_version < "3.13" | ||
multidict==6.1.0 ; python_version >= "3.9" and python_version < "3.13" | ||
oauthlib==3.2.2 ; python_version >= "3.9" and python_version < "3.13" | ||
packaging==24.1 ; python_version >= "3.9" and python_version < "3.13" | ||
progress==1.6 ; python_version >= "3.9" and python_version < "3.13" | ||
prometheus-client==0.20.0 ; python_version >= "3.9" and python_version < "3.13" | ||
pycron==3.0.0 ; python_version >= "3.9" and python_version < "3.13" | ||
prometheus-client==0.21.0 ; python_version >= "3.9" and python_version < "3.13" | ||
pycron==3.1.1 ; python_version >= "3.9" and python_version < "3.13" | ||
python-pushsafer==1.1 ; python_version >= "3.9" and python_version < "3.13" | ||
python-telegram-bot[callback-data]==21.4 ; python_version >= "3.9" and python_version < "3.13" | ||
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13" | ||
python-telegram-bot[callback-data]==21.6 ; python_version >= "3.9" and python_version < "3.13" | ||
pyyaml==6.0.2 ; python_version >= "3.9" and python_version < "3.13" | ||
requests-oauthlib==2.0.0 ; python_version >= "3.9" and python_version < "3.13" | ||
requests==2.32.3 ; python_version >= "3.9" and python_version < "3.13" | ||
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "3.13" | ||
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.11" | ||
urllib3==2.2.2 ; python_version >= "3.9" and python_version < "3.13" | ||
yarl==1.9.4 ; python_version >= "3.9" and python_version < "3.13" | ||
zipp==3.19.2 ; python_version >= "3.9" and python_version < "3.10" | ||
urllib3==2.2.3 ; python_version >= "3.9" and python_version < "3.13" | ||
yarl==1.13.1 ; python_version >= "3.9" and python_version < "3.13" | ||
zipp==3.20.2 ; python_version >= "3.9" and python_version < "3.10" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters