Skip to content

Commit

Permalink
Merge pull request #214 from Der-Henning/dev
Browse files Browse the repository at this point in the history
dependency updates and bump v1.14.0
  • Loading branch information
Der-Henning authored Dec 15, 2022
2 parents 3961bdb + f23be70 commit 65cccca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ prometheus-client==0.15.0
pycron==3.0.0
pyparsing==3.0.9
python-pushsafer==1.0
python-telegram-bot==13.14
python-telegram-bot==13.15
pytz==2022.5
pytz-deprecation-shim==0.1.0.post0
requests==2.28.1
six==1.16.0
tornado==6.1
tzdata==2022.5
tzlocal==4.2
urllib3==1.26.12
urllib3==1.26.13
colorlog==6.7.0
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from models.errors import TgtgAPIError, ConfigurationError

VERSION_URL = "https://api.github.com/repos/Der-Henning/tgtg/releases/latest"
VERSION = "1.14.0_rc1"
VERSION = "1.14.0"


def main() -> NoReturn:
Expand Down

0 comments on commit 65cccca

Please sign in to comment.