-
-
Notifications
You must be signed in to change notification settings - Fork 65
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 #515 from Der-Henning/dev
Bump Version 1.21.2
- Loading branch information
Showing
7 changed files
with
160 additions
and
160 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: impresscms-dev/[email protected].2 | ||
- uses: impresscms-dev/[email protected].3 | ||
with: | ||
path: wiki | ||
- uses: Andrew-Chen-Wang/github-wiki-action@v4 |
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
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,41 @@ | ||
aiohttp==3.9.5 ; python_version >= "3.9" and python_version < "3.13" | ||
aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "3.13" | ||
anyio==4.3.0 ; 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" | ||
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.2.2 ; python_version >= "3.9" and python_version < "3.13" | ||
certifi==2024.7.4 ; 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" | ||
discord-py==2.3.2 ; 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" | ||
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" | ||
humanize==4.9.0 ; 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==7.1.0 ; python_version >= "3.9" and python_version < "3.10" | ||
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" | ||
oauthlib==3.2.2 ; python_version >= "3.9" and python_version < "3.13" | ||
packaging==24.0 ; 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" | ||
python-pushsafer==1.1 ; python_version >= "3.9" and python_version < "3.13" | ||
python-telegram-bot[callback-data]==21.2 ; 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" | ||
requests-oauthlib==2.0.0 ; python_version >= "3.9" and python_version < "3.13" | ||
requests==2.32.2 ; 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.11.0 ; python_version >= "3.9" and python_version < "3.11" | ||
urllib3==2.2.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.18.2 ; python_version >= "3.9" and python_version < "3.10" | ||
zipp==3.19.2 ; python_version >= "3.9" and python_version < "3.10" |