From 32cdbeda3c2ee021faf2d15b89e66f859a030b53 Mon Sep 17 00:00:00 2001 From: jdholtz Date: Mon, 4 Mar 2024 21:32:53 -0800 Subject: [PATCH] Update to version 7.3 --- CHANGELOG.md | 6 +++++- requirements.txt | 4 ++-- southwest.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f95d3c..9a9f2065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,14 @@ When upgrading to a new version, make sure to follow the directions under the "U If there is no "Upgrading" header for that version, no post-upgrade actions need to be performed. -## Upcoming +## 7.3 (2024-03-04) **Note**: It seems that Southwest has been refactoring their API, so updating to this version is necessary for the script to adapt to these changes (and expect more potential issues!). +**Note 2**: Due to [#230](https://github.com/jdholtz/auto-southwest-check-in/issues/230) and +[#201](https://github.com/jdholtz/auto-southwest-check-in/issues/201), you may still run into issues when +running this script in Docker (although, some people have ran into this issue outside of Docker as well). + ### New Features - An official ARMv7 Docker image is now supported ([#77](https://github.com/jdholtz/auto-southwest-check-in/issues/77)) - Healthchecks.io integration is added to monitor for successes and failures during fare checking diff --git a/requirements.txt b/requirements.txt index 52a379a1..f5c58f8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apprise==1.7.2 +apprise==1.7.3 pytz==2024.1 # Remove when this script only supports Python 3.9+ requests==2.31.0 -seleniumbase==4.23.4 +seleniumbase==4.24.3 diff --git a/southwest.py b/southwest.py index 47bc179f..a3ee56f6 100644 --- a/southwest.py +++ b/southwest.py @@ -4,7 +4,7 @@ import sys from typing import List -__version__ = "v7.2" +__version__ = "v7.3" __doc__ = """ Schedule a check-in: