Skip to content

Commit

Permalink
Merge pull request #71 from DemonicSavage/beta
Browse files Browse the repository at this point in the history
Python 3.12 support
  • Loading branch information
DemonicSavage authored Nov 26, 2023
2 parents 57742c4 + e4b3e6a commit 5dcef07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mikan-card-downloader"
version = "2.1.5"
version = "2.1.6"
description = "Downloads cards and stills from SIFAS and SIF."
authors = ["DemonicSavage"]
license = "GPLv3"
Expand All @@ -11,7 +11,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.10"
beautifulsoup4 = "^4.11.1"
aiohttp = {version = "^3.8.5", extras = ["speedups"]}
aiohttp = {version = "^3.9.0", extras = ["speedups"]}
lxml = "^4.9.1"
tqdm = "^4.64.0"
platformdirs = "^4.0.0"
Expand Down

0 comments on commit 5dcef07

Please sign in to comment.