lacuscore 1.5.14__tar.gz → 1.6.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lacuscore
3
- Version: 1.5.14
3
+ Version: 1.6.1
4
4
  Summary: Core of Lacus, usable as a module
5
5
  Home-page: https://github.com/ail-project/LacusCore
6
6
  License: BSD-3-Clause
@@ -24,7 +24,7 @@ Classifier: Topic :: Security
24
24
  Provides-Extra: docs
25
25
  Requires-Dist: Sphinx (>=7.0.1,<8.0.0) ; extra == "docs"
26
26
  Requires-Dist: defang (>=0.5.3,<0.6.0)
27
- Requires-Dist: playwrightcapture[recaptcha] (>=1.20.10,<2.0.0)
27
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.21.1,<2.0.0)
28
28
  Requires-Dist: redis[hiredis] (>=4.6.0,<5.0.0)
29
29
  Requires-Dist: requests (>=2.31.0,<3.0.0)
30
30
  Requires-Dist: ua-parser (>=0.16.1,<0.17.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "lacuscore"
3
- version = "1.5.14"
3
+ version = "1.6.1"
4
4
  description = "Core of Lacus, usable as a module"
5
5
  authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
6
6
  license = "BSD-3-Clause"
@@ -32,7 +32,7 @@ include = ['README.md']
32
32
  python = "^3.8"
33
33
  requests = "^2.31.0"
34
34
  Sphinx = { version = "^7.0.1", optional = true }
35
- playwrightcapture = {extras = ["recaptcha"], version = "^1.20.10"}
35
+ playwrightcapture = {extras = ["recaptcha"], version = "^1.21.1"}
36
36
  defang = "^0.5.3"
37
37
  ua-parser = "^0.16.1"
38
38
  redis = {version = "^4.6.0", extras = ["hiredis"]}
@@ -41,7 +41,7 @@ redis = {version = "^4.6.0", extras = ["hiredis"]}
41
41
  docs = ["Sphinx"]
42
42
 
43
43
  [tool.poetry.group.dev.dependencies]
44
- types-redis = {version = "^4.5.5.2"}
44
+ types-redis = {version = "^4.6.0.2"}
45
45
  mypy = "^1.4.1"
46
46
  types-requests = "^2.31.0.1"
47
47
  ipython = [
File without changes
File without changes
File without changes