lacuscore 1.7.11__tar.gz → 1.8.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.7.11
3
+ Version: 1.8.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
@@ -26,7 +26,7 @@ Provides-Extra: docs
26
26
  Requires-Dist: Sphinx (<7.2) ; (python_version < "3.9") and (extra == "docs")
27
27
  Requires-Dist: Sphinx (>=7.2,<8.0) ; (python_version >= "3.9") and (extra == "docs")
28
28
  Requires-Dist: defang (>=0.5.3,<0.6.0)
29
- Requires-Dist: playwrightcapture[recaptcha] (>=1.22.8,<2.0.0)
29
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.23.1,<2.0.0)
30
30
  Requires-Dist: redis[hiredis] (>=5.0.1,<6.0.0)
31
31
  Requires-Dist: requests (>=2.31.0,<3.0.0)
32
32
  Requires-Dist: ua-parser (>=0.18.0,<0.19.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "lacuscore"
3
- version = "1.7.11"
3
+ version = "1.8.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"
@@ -22,6 +22,7 @@ classifiers = [
22
22
  'Programming Language :: Python :: 3.9',
23
23
  'Programming Language :: Python :: 3.10',
24
24
  'Programming Language :: Python :: 3.11',
25
+ 'Programming Language :: Python :: 3.12',
25
26
  'Topic :: Security',
26
27
  'Topic :: Internet',
27
28
  ]
@@ -33,7 +34,7 @@ Sphinx = [
33
34
  {version = "<7.2", python = "<3.9", optional = true},
34
35
  {version = "^7.2", python = ">=3.9", optional = true}
35
36
  ]
36
- playwrightcapture = {extras = ["recaptcha"], version = "^1.22.8"}
37
+ playwrightcapture = {extras = ["recaptcha"], version = "^1.23.1"}
37
38
  defang = "^0.5.3"
38
39
  ua-parser = "^0.18.0"
39
40
  redis = {version = "^5.0.1", extras = ["hiredis"]}
@@ -51,7 +52,7 @@ ipython = [
51
52
  {version = "^8.18.0", python = ">=3.9"},
52
53
  {version = "^8.19.0", python = ">=3.10"}
53
54
  ]
54
- pytest = "^7.4.4"
55
+ pytest = "^8.0.0"
55
56
 
56
57
  [build-system]
57
58
  requires = ["poetry_core"]
File without changes
File without changes
File without changes