lacuscore 1.11.1__tar.gz → 1.11.2__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.11.1
3
+ Version: 1.11.2
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
@@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
22
  Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
23
24
  Classifier: Topic :: Internet
24
25
  Classifier: Topic :: Security
25
26
  Provides-Extra: docs
@@ -31,7 +32,7 @@ Requires-Dist: defang (>=0.5.3,<0.6.0)
31
32
  Requires-Dist: dnspython (<2.7) ; python_version < "3.9"
32
33
  Requires-Dist: dnspython (>=2.7,<3.0) ; python_version >= "3.9"
33
34
  Requires-Dist: eval-type-backport (>=0.2.0,<0.3.0) ; python_version < "3.10"
34
- Requires-Dist: playwrightcapture[recaptcha] (>=1.26.1,<2.0.0)
35
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.26.2,<2.0.0)
35
36
  Requires-Dist: pydantic (>=2.9.2,<3.0.0)
36
37
  Requires-Dist: redis[hiredis] (>=5.1.1,<6.0.0)
37
38
  Requires-Dist: requests (>=2.32.3,<3.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "lacuscore"
3
- version = "1.11.1"
3
+ version = "1.11.2"
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"
@@ -23,6 +23,7 @@ classifiers = [
23
23
  'Programming Language :: Python :: 3.10',
24
24
  'Programming Language :: Python :: 3.11',
25
25
  'Programming Language :: Python :: 3.12',
26
+ 'Programming Language :: Python :: 3.13',
26
27
  'Topic :: Security',
27
28
  'Topic :: Internet',
28
29
  ]
@@ -35,7 +36,7 @@ Sphinx = [
35
36
  {version = "^7.2", python = ">=3.9,<3.10", optional = true},
36
37
  {version = "^8", python = ">=3.10", optional = true}
37
38
  ]
38
- playwrightcapture = {extras = ["recaptcha"], version = "^1.26.1"}
39
+ playwrightcapture = {extras = ["recaptcha"], version = "^1.26.2"}
39
40
  defang = "^0.5.3"
40
41
  ua-parser = "^0.18.0"
41
42
  redis = {version = "^5.1.1", extras = ["hiredis"]}
@@ -51,10 +52,10 @@ eval-type-backport = {version = "^0.2.0", python = "<3.10"}
51
52
  docs = ["Sphinx"]
52
53
 
53
54
  [tool.poetry.group.dev.dependencies]
54
- mypy = "^1.11.2"
55
+ mypy = "^1.12.1"
55
56
  types-redis = {version = "^4.6.0.20241004"}
56
- types-requests = "^2.32.0.20240914"
57
- types-beautifulsoup4 = "^4.12.0.20240907"
57
+ types-requests = "^2.32.0.20241016"
58
+ types-beautifulsoup4 = "^4.12.0.20241020"
58
59
  ipython = [
59
60
  {version = "<8.13.0", python = "<3.9"},
60
61
  {version = "^8.18.0", python = ">=3.9"},
File without changes
File without changes