diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 89b59dc..eec72f5 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -11,7 +11,10 @@ jobs: environment: production steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.13.15 + - name: Install Heroku CLI + run: | + curl https://cli-assets.heroku.com/install.sh | sh + - uses: akhileshns/heroku-deploy@v3.14.15 with: heroku_api_key: ${{secrets.HERO_API_KEY}} heroku_app_name: ${{secrets.HERO_APP_NAME}} diff --git a/.github/workflows/deployment_preproduction.yml b/.github/workflows/deployment_preproduction.yml index 1d24a52..c921025 100644 --- a/.github/workflows/deployment_preproduction.yml +++ b/.github/workflows/deployment_preproduction.yml @@ -11,7 +11,10 @@ jobs: environment: preproduction steps: - uses: actions/checkout@v2 - - uses: akhileshns/heroku-deploy@v3.13.15 + - name: Install Heroku CLI + run: | + curl https://cli-assets.heroku.com/install.sh | sh + - uses: akhileshns/heroku-deploy@v3.14.15 with: heroku_api_key: ${{secrets.HERO_API_KEY}} heroku_app_name: ${{secrets.HERO_APP_NAME}} diff --git a/lsbtranslations.py b/lsbtranslations.py index 67cd09b..cc9b4b2 100644 --- a/lsbtranslations.py +++ b/lsbtranslations.py @@ -2,7 +2,7 @@ 'en': { 'welcome': 'Welcome, just send me a link and I short it for you.', 'know': 'I know you already.', - 'about': 'This bot was programmed in Python 3.9 by @simoneller.\nCurrent version: 2.3.1\nMore information: https://url.simon-eller.at/lets-short-en', + 'about': 'This bot was programmed in Python 3.9 by @simoneller.\nCurrent version: 2.3.2\nMore information: https://url.simon-eller.at/lets-short-en', 'help_text': 'There are following commands: \n', 'yes': 'yes', 'no': 'no', @@ -76,7 +76,7 @@ 'de': { 'welcome': 'Willkommen, senden Sie mir einfach Ihre Links und ich kürze diese für Sie.', 'know': 'Ich kenne Sie bereits.', - 'about': 'Dieser Bot wurde in Python 3.9 von @simoneller programmiert.\nAktuelle Version: 2.3.1\nWeitere Infos: https://url.simon-eller.at/lets-short', + 'about': 'Dieser Bot wurde in Python 3.9 von @simoneller programmiert.\nAktuelle Version: 2.3.2\nWeitere Infos: https://url.simon-eller.at/lets-short', 'help_text': 'Es gibt folgende Befehle: \n', 'yes': 'ja', 'no': 'nein', diff --git a/requirements.txt b/requirements.txt index 3159ac3..5890024 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -Flask==3.0.3 -requests==2.32.0 -pyTelegramBotAPI==4.7.0 +Flask==3.1.2 +requests==2.32.5 +pyTelegramBotAPI==4.29.0 python-firebase==1.2 -firebase-admin==5.3.0 -urllib3==1.26.18 -beautifulsoup4==4.11.1 -certifi==2023.7.22 -Werkzeug==3.0.3 \ No newline at end of file +firebase-admin==7.1.0 +urllib3==2.5.0 +beautifulsoup4==4.13.5 +certifi==2025.08.03 +Werkzeug==3.1.3 \ No newline at end of file