lacuscore 1.12.8__tar.gz → 1.12.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.3
2
2
  Name: lacuscore
3
- Version: 1.12.8
3
+ Version: 1.12.9
4
4
  Summary: Core of Lacus, usable as a module
5
5
  License: BSD-3-Clause
6
6
  Author: Raphaël Vinot
@@ -27,14 +27,14 @@ Requires-Dist: async-timeout (>=5.0.1) ; python_version < "3.11"
27
27
  Requires-Dist: defang (>=0.5.3)
28
28
  Requires-Dist: dnspython (>=2.7.0)
29
29
  Requires-Dist: eval-type-backport (>=0.2.2) ; python_version < "3.10"
30
- Requires-Dist: playwrightcapture[recaptcha] (>=1.27.6)
30
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.27.7)
31
31
  Requires-Dist: pydantic (>=2.10.6)
32
32
  Requires-Dist: redis[hiredis] (>=5.2.1)
33
33
  Requires-Dist: requests (>=2.32.3)
34
- Requires-Dist: ua-parser[regex] (>=1.0.0)
34
+ Requires-Dist: ua-parser[regex] (>=1.0.1)
35
35
  Project-URL: Documentation, https://lacuscore.readthedocs.io/en/latest/
36
- Project-URL: Issues, https://github.com/Lookyloo/LacusCore/issues
37
- Project-URL: Repository, https://github.com/Lookyloo/LacusCore
36
+ Project-URL: Issues, https://github.com/ail-project/issues
37
+ Project-URL: Repository, https://github.com/ail-project/LacusCore
38
38
  Description-Content-Type: text/markdown
39
39
 
40
40
  [![Documentation Status](https://readthedocs.org/projects/lacuscore/badge/?version=latest)](https://lacuscore.readthedocs.io/en/latest/?badge=latest)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lacuscore"
3
- version = "1.12.8"
3
+ version = "1.12.9"
4
4
  description = "Core of Lacus, usable as a module"
5
5
  authors = [
6
6
  {name="Raphaël Vinot", email="raphael.vinot@circl.lu"}
@@ -15,9 +15,9 @@ dynamic = [ "classifiers" ]
15
15
 
16
16
  dependencies = [
17
17
  "requests (>=2.32.3)",
18
- "playwrightcapture [recaptcha] (>=1.27.6)",
18
+ "playwrightcapture[recaptcha] (>=1.27.7)",
19
19
  "defang (>=0.5.3)",
20
- "ua-parser [regex] (>=1.0.0)",
20
+ "ua-parser[regex] (>=1.0.1)",
21
21
  "redis [hiredis] (>=5.2.1)",
22
22
  "dnspython (>=2.7.0)",
23
23
  "async-timeout (>=5.0.1) ; python_version < \"3.11\"",
@@ -26,8 +26,8 @@ dependencies = [
26
26
  ]
27
27
 
28
28
  [project.urls]
29
- Repository = "https://github.com/Lookyloo/LacusCore"
30
- Issues = "https://github.com/Lookyloo/LacusCore/issues"
29
+ Repository = "https://github.com/ail-project/LacusCore"
30
+ Issues = "https://github.com/ail-project/issues"
31
31
  Documentation = "https://lacuscore.readthedocs.io/en/latest/"
32
32
 
33
33
  [tool.poetry]
File without changes
File without changes