From 160ada3c783e0134c5f74478fcb49242985eb5ac Mon Sep 17 00:00:00 2001 From: jdholtz Date: Sat, 23 Dec 2023 06:16:23 -0600 Subject: [PATCH] Update dependencies Additionally, add all target Python versions to Black configuration --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- requirements.txt | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d7eb6c..aecb99f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ If there is no "Upgrading" header for that version, no post-upgrade actions need - Fix failed logins not reporting the correct error ([#189](https://github.com/jdholtz/auto-southwest-check-in/issues/189)) +### Upgrading +- Upgrade the dependencies to the latest versions by running `pip install -r requirements.txt` + ## 7.1 (2023-11-13) ### New Features diff --git a/pyproject.toml b/pyproject.toml index 2de8348a..a43412f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 100 -target-version = ["py37"] +target-version = ["py38", "py39", "py310", "py311", "py312"] [tool.codespell] skip = 'venv,./utils/airport_timezones.json' diff --git a/requirements.txt b/requirements.txt index a8cac53d..48663391 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -apprise==1.6.0 -certifi==2023.07.22 +apprise==1.7.1 +certifi==2023.11.17 pytz==2023.3.post1 # Remove when this script only supports Python 3.9+ requests==2.31.0 -seleniumbase==4.21.1 +seleniumbase==4.22.5