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 Jul 15, 2024
1 parent b2d25e0 commit 54bfc86
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
70 changes: 35 additions & 35 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.0"
version = "1.10.1"
description = "Core of Lacus, usable as a module"
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -34,7 +34,7 @@ Sphinx = [
{version = "<7.2", python = "<3.9", optional = true},
{version = "^7.2", python = ">=3.9", optional = true}
]
playwrightcapture = {extras = ["recaptcha"], version = "^1.25.0"}
playwrightcapture = {extras = ["recaptcha"], version = "^1.25.5"}
defang = "^0.5.3"
ua-parser = "^0.18.0"
redis = {version = "^5.0.7", extras = ["hiredis"]}
Expand All @@ -47,7 +47,7 @@ docs = ["Sphinx"]
[tool.poetry.group.dev.dependencies]
types-redis = {version = "^4.6.0.20240425"}
mypy = "^1.10.1"
types-requests = "^2.32.0.20240622"
types-requests = "^2.32.0.20240712"
types-beautifulsoup4 = "^4.12.0.20240511"
ipython = [
{version = "<8.13.0", python = "<3.9"},
Expand Down

0 comments on commit 54bfc86

Please sign in to comment.