Skip to content

Commit

Permalink
chg: Bump deps, version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 17, 2024
1 parent ca39a8a commit 038107a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
45 changes: 24 additions & 21 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lacuscore"
version = "1.10.13"
version = "1.11.0"
description = "Core of Lacus, usable as a module"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -35,7 +35,7 @@ Sphinx = [
{version = "^7.2", python = ">=3.9,<3.10", optional = true},
{version = "^8", python = ">=3.10", optional = true}
]
playwrightcapture = {extras = ["recaptcha"], version = "^1.25.15"}
playwrightcapture = {extras = ["recaptcha"], version = "^1.26.0"}
defang = "^0.5.3"
ua-parser = "^0.18.0"
redis = {version = "^5.0.8", extras = ["hiredis"]}
Expand All @@ -50,7 +50,7 @@ docs = ["Sphinx"]
[tool.poetry.group.dev.dependencies]
mypy = "^1.11.2"
types-redis = {version = "^4.6.0.20240903"}
types-requests = "^2.32.0.20240907"
types-requests = "^2.32.0.20240914"
types-beautifulsoup4 = "^4.12.0.20240907"
ipython = [
{version = "<8.13.0", python = "<3.9"},
Expand Down

0 comments on commit 038107a

Please sign in to comment.