Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Additionally, add all target Python versions to Black configuration
  • Loading branch information
jdholtz committed Jan 8, 2024
1 parent 9880b02 commit 160ada3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 160ada3

Please sign in to comment.