Skip to content

Commit ec579f3

Browse files
authored
Merge pull request #515 from Der-Henning/dev
Bump Version 1.21.2
2 parents 394ffb1 + 3c71213 commit ec579f3

7 files changed

+160
-160
lines changed

.github/workflows/publish-wiki.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: impresscms-dev/[email protected].2
22+
- uses: impresscms-dev/[email protected].3
2323
with:
2424
path: wiki
2525
- uses: Andrew-Chen-Wang/github-wiki-action@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
name: releases-${{ matrix.tag }}-${{ github.sha }}
141141
path: ./${{ steps.filename.outputs.FILENAME }}
142142
- name: Add archive to release
143-
uses: softprops/action-gh-release@v1
143+
uses: softprops/action-gh-release@v2
144144
if: github.ref_type == 'tag'
145145
with:
146146
files: ./${{ steps.filename.outputs.FILENAME }}

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131
- name: Run tests
3232
run: poetry run pytest -v -m "not tgtg_api" --cov=tgtg_scanner --cov-report=xml
3333
- uses: codecov/codecov-action@v4
34+
with:
35+
token: ${{ secrets.CODECOV_TOKEN }}
36+
verbose: true

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
args: [--profile, black]
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 7.0.0
28+
rev: 7.1.0
2929
hooks:
3030
- id: flake8
3131
args: [--max-line-length, '130']
@@ -42,7 +42,7 @@ repos:
4242
args: [--autofix]
4343

4444
- repo: https://github.com/igorshubovych/markdownlint-cli
45-
rev: v0.40.0
45+
rev: v0.41.0
4646
hooks:
4747
- id: markdownlint
4848
args: [--fix]
@@ -57,7 +57,7 @@ repos:
5757
args: [-f, requirements.txt, -o, requirements.txt, --without-hashes]
5858

5959
- repo: https://github.com/pre-commit/mirrors-mypy
60-
rev: v1.10.0
60+
rev: v1.10.1
6161
hooks:
6262
- id: mypy
6363
additional_dependencies: [types-requests]

poetry.lock

+140-143
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "tgtg-scanner"
1212
packages = [{include = "tgtg_scanner"}]
1313
readme = "README.md"
1414
repository = "https://github.com/Der-Henning/tgtg"
15-
version = "1.21.1"
15+
version = "1.21.2"
1616

1717
[tool.poetry.dependencies]
1818
apprise = "^1.4.0"

requirements.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
aiohttp==3.9.5 ; python_version >= "3.9" and python_version < "3.13"
22
aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "3.13"
3-
anyio==4.3.0 ; python_version >= "3.9" and python_version < "3.13"
3+
anyio==4.4.0 ; python_version >= "3.9" and python_version < "3.13"
44
apprise==1.8.0 ; python_version >= "3.9" and python_version < "3.13"
55
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"
66
attrs==23.2.0 ; python_version >= "3.9" and python_version < "3.13"
77
cachetools==5.3.3 ; python_version >= "3.9" and python_version < "3.13"
8-
certifi==2024.2.2 ; python_version >= "3.9" and python_version < "3.13"
8+
certifi==2024.7.4 ; python_version >= "3.9" and python_version < "3.13"
99
charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "3.13"
1010
click==8.1.7 ; python_version >= "3.9" and python_version < "3.13"
1111
colorama==0.4.6 ; python_version >= "3.9" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows")
1212
colorlog==6.8.2 ; python_version >= "3.9" and python_version < "3.13"
1313
cron-descriptor==1.4.3 ; python_version >= "3.9" and python_version < "3.13"
14-
discord-py==2.3.2 ; python_version >= "3.9" and python_version < "3.13"
14+
discord-py==2.4.0 ; python_version >= "3.9" and python_version < "3.13"
1515
discord==2.3.2 ; python_version >= "3.9" and python_version < "3.13"
1616
exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11"
1717
frozenlist==1.4.1 ; python_version >= "3.9" and python_version < "3.13"
1818
googlemaps==4.10.0 ; python_version >= "3.9" and python_version < "3.13"
1919
h11==0.14.0 ; python_version >= "3.9" and python_version < "3.13"
2020
httpcore==1.0.5 ; python_version >= "3.9" and python_version < "3.13"
2121
httpx==0.27.0 ; python_version >= "3.9" and python_version < "3.13"
22-
humanize==4.9.0 ; python_version >= "3.9" and python_version < "3.13"
22+
humanize==4.10.0 ; python_version >= "3.9" and python_version < "3.13"
2323
idna==3.7 ; python_version >= "3.9" and python_version < "3.13"
24-
importlib-metadata==7.1.0 ; python_version >= "3.9" and python_version < "3.10"
24+
importlib-metadata==8.0.0 ; python_version >= "3.9" and python_version < "3.10"
2525
markdown==3.6 ; python_version >= "3.9" and python_version < "3.13"
2626
multidict==6.0.5 ; python_version >= "3.9" and python_version < "3.13"
2727
oauthlib==3.2.2 ; python_version >= "3.9" and python_version < "3.13"
28-
packaging==24.0 ; python_version >= "3.9" and python_version < "3.13"
28+
packaging==24.1 ; python_version >= "3.9" and python_version < "3.13"
2929
progress==1.6 ; python_version >= "3.9" and python_version < "3.13"
3030
prometheus-client==0.20.0 ; python_version >= "3.9" and python_version < "3.13"
3131
pycron==3.0.0 ; python_version >= "3.9" and python_version < "3.13"
3232
python-pushsafer==1.1 ; python_version >= "3.9" and python_version < "3.13"
33-
python-telegram-bot[callback-data]==21.2 ; python_version >= "3.9" and python_version < "3.13"
33+
python-telegram-bot[callback-data]==21.4 ; python_version >= "3.9" and python_version < "3.13"
3434
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "3.13"
3535
requests-oauthlib==2.0.0 ; python_version >= "3.9" and python_version < "3.13"
36-
requests==2.32.2 ; python_version >= "3.9" and python_version < "3.13"
36+
requests==2.32.3 ; python_version >= "3.9" and python_version < "3.13"
3737
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "3.13"
38-
typing-extensions==4.11.0 ; python_version >= "3.9" and python_version < "3.11"
39-
urllib3==2.2.1 ; python_version >= "3.9" and python_version < "3.13"
38+
typing-extensions==4.12.2 ; python_version >= "3.9" and python_version < "3.11"
39+
urllib3==2.2.2 ; python_version >= "3.9" and python_version < "3.13"
4040
yarl==1.9.4 ; python_version >= "3.9" and python_version < "3.13"
41-
zipp==3.18.2 ; python_version >= "3.9" and python_version < "3.10"
41+
zipp==3.19.2 ; python_version >= "3.9" and python_version < "3.10"

0 commit comments

Comments
 (0)