lacuscore 1.10.7__tar.gz → 1.10.9__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.10.7
3
+ Version: 1.10.9
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,14 +24,15 @@ Classifier: Topic :: Internet
24
24
  Classifier: Topic :: Security
25
25
  Provides-Extra: docs
26
26
  Requires-Dist: Sphinx (<7.2) ; (python_version < "3.9") and (extra == "docs")
27
- Requires-Dist: Sphinx (>=7.2,<8.0) ; (python_version >= "3.9") and (extra == "docs")
27
+ Requires-Dist: Sphinx (>=7.2,<8.0) ; (python_version >= "3.9" and python_version < "3.10") and (extra == "docs")
28
+ Requires-Dist: Sphinx (>=8,<9) ; (python_version >= "3.10") and (extra == "docs")
28
29
  Requires-Dist: async-timeout (>=4.0.3,<5.0.0) ; python_version < "3.11"
29
30
  Requires-Dist: defang (>=0.5.3,<0.6.0)
30
31
  Requires-Dist: dnspython (>=2.6.1,<3.0.0)
31
32
  Requires-Dist: eval-type-backport (>=0.2.0,<0.3.0) ; python_version < "3.10"
32
- Requires-Dist: playwrightcapture[recaptcha] (>=1.25.8,<2.0.0)
33
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.25.10,<2.0.0)
33
34
  Requires-Dist: pydantic (>=2.8.2,<3.0.0)
34
- Requires-Dist: redis[hiredis] (>=5.0.7,<6.0.0)
35
+ Requires-Dist: redis[hiredis] (>=5.0.8,<6.0.0)
35
36
  Requires-Dist: requests (>=2.32.3,<3.0.0)
36
37
  Requires-Dist: ua-parser (>=0.18.0,<0.19.0)
37
38
  Project-URL: Documentation, https://lacuscore.readthedocs.io/en/latest/
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "lacuscore"
3
- version = "1.10.7"
3
+ version = "1.10.9"
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,12 +32,13 @@ python = "^3.8"
32
32
  requests = "^2.32.3"
33
33
  Sphinx = [
34
34
  {version = "<7.2", python = "<3.9", optional = true},
35
- {version = "^7.2", python = ">=3.9", optional = true}
35
+ {version = "^7.2", python = ">=3.9,<3.10", optional = true},
36
+ {version = "^8", python = ">=3.10", optional = true}
36
37
  ]
37
- playwrightcapture = {extras = ["recaptcha"], version = "^1.25.8"}
38
+ playwrightcapture = {extras = ["recaptcha"], version = "^1.25.10"}
38
39
  defang = "^0.5.3"
39
40
  ua-parser = "^0.18.0"
40
- redis = {version = "^5.0.7", extras = ["hiredis"]}
41
+ redis = {version = "^5.0.8", extras = ["hiredis"]}
41
42
  dnspython = "^2.6.1"
42
43
  async-timeout = {version = "^4.0.3", python = "<3.11"}
43
44
  pydantic = "^2.8.2"
@@ -47,8 +48,8 @@ eval-type-backport = {version = "^0.2.0", python = "<3.10"}
47
48
  docs = ["Sphinx"]
48
49
 
49
50
  [tool.poetry.group.dev.dependencies]
50
- types-redis = {version = "^4.6.0.20240425"}
51
- mypy = "^1.11.0"
51
+ types-redis = {version = "^4.6.0.20240726"}
52
+ mypy = "^1.11.1"
52
53
  types-requests = "^2.32.0.20240712"
53
54
  types-beautifulsoup4 = "^4.12.0.20240511"
54
55
  ipython = [
@@ -56,7 +57,7 @@ ipython = [
56
57
  {version = "^8.18.0", python = ">=3.9"},
57
58
  {version = "^8.19.0", python = ">=3.10"}
58
59
  ]
59
- pytest = "^8.3.1"
60
+ pytest = "^8.3.2"
60
61
 
61
62
  [build-system]
62
63
  requires = ["poetry_core"]
File without changes
File without changes