Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 26, 2024
1 parent b0b2adf commit aad2c86
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 56 deletions.
118 changes: 65 additions & 53 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.8.6"
version = "1.8.7"
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.23.4"}
playwrightcapture = {extras = ["recaptcha"], version = "^1.23.8"}
defang = "^0.5.3"
ua-parser = "^0.18.0"
redis = {version = "^5.0.1", extras = ["hiredis"]}
Expand All @@ -53,7 +53,7 @@ ipython = [
{version = "^8.18.0", python = ">=3.9"},
{version = "^8.19.0", python = ">=3.10"}
]
pytest = "^8.0.1"
pytest = "^8.0.2"

[build-system]
requires = ["poetry_core"]
Expand Down

0 comments on commit aad2c86

Please sign in to comment.