Skip to content

Commit

Permalink
chg: Bump deps & version, remove optional deps for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 26, 2024
1 parent f2cdde4 commit af18820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 131 deletions.
130 changes: 2 additions & 128 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lacuscore"
version = "1.12.6"
version = "1.12.7"
description = "Core of Lacus, usable as a module"
authors = ["Raphaël Vinot <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -31,7 +31,6 @@ classifiers = [
python = "^3.9"
requests = "^2.32.3"
Sphinx = [
{version = "^7.2", python = ">=3.9,<3.10", optional = true},
{version = "^8", python = ">=3.10", optional = true}
]
playwrightcapture = {extras = ["recaptcha"], version = "^1.27.5"}
Expand All @@ -52,7 +51,6 @@ types-redis = {version = "^4.6.0.20241004"}
types-requests = "^2.32.0.20241016"
types-beautifulsoup4 = "^4.12.0.20241020"
ipython = [
{version = "^8.18.0", python = ">=3.9"},
{version = "^8.19.0", python = ">=3.10"}
]
pytest = "^8.3.4"
Expand Down

0 comments on commit af18820

Please sign in to comment.