Skip to content

Commit

Permalink
Merge pull request #503 from Der-Henning/dev
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Der-Henning committed May 22, 2024
2 parents 36b6625 + c021b79 commit 394ffb1
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
tag: linux
- os: windows-latest
tag: win
- os: macos-latest
- os: macos-13
tag: macos
steps:
- uses: actions/checkout@v4
Expand Down
59 changes: 29 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "tgtg-scanner"
packages = [{include = "tgtg_scanner"}]
readme = "README.md"
repository = "https://github.com/Der-Henning/tgtg"
version = "1.21.0"
version = "1.21.1"

[tool.poetry.dependencies]
apprise = "^1.4.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ 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.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"
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.31.0 ; python_version >= "3.9" and python_version < "3.13"
requests==2.32.2 ; 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"
Expand Down
2 changes: 1 addition & 1 deletion scanner.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exe = EXE(
console=True,
disable_windowed_traceback=False,
argv_emulation=False,
target_arch=None,
target_arch='x86_64',
codesign_identity=None,
entitlements_file=None,
icon='icon.ico',
Expand Down

0 comments on commit 394ffb1

Please sign in to comment.