cert-host-scraper 0.9.2__tar.gz → 0.9.4__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.

Potentially problematic release.


This version of cert-host-scraper might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cert-host-scraper
3
- Version: 0.9.2
3
+ Version: 0.9.4
4
4
  Summary:
5
5
  Home-page: https://github.com/inverse/cert-host-scraper
6
6
  License: MIT
@@ -12,10 +12,11 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
14
  Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
15
16
  Requires-Dist: click (>=8.0.3,<9.0.0)
16
17
  Requires-Dist: requests (>=2.27.1,<3.0.0)
17
18
  Requires-Dist: rich (>=11,<14)
18
- Requires-Dist: single-source (>=0.3.0,<0.4.0)
19
+ Requires-Dist: single-source (>=0.4.0,<0.5.0)
19
20
  Project-URL: Repository, https://github.com/inverse/cert-host-scraper
20
21
  Description-Content-Type: text/markdown
21
22
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cert-host-scraper"
3
- version = "0.9.2"
3
+ version = "0.9.4"
4
4
  description = ""
5
5
  authors = ["Malachi Soord <inverse.chi@gmail.com>"]
6
6
  license = "MIT"
@@ -18,12 +18,12 @@ python = "^3.10"
18
18
  requests = "^2.27.1"
19
19
  click = "^8.0.3"
20
20
  rich = ">=11,<14"
21
- single-source = "^0.3.0"
21
+ single-source = "^0.4.0"
22
22
 
23
23
  [tool.poetry.dev-dependencies]
24
- pytest = "^8.2.1"
24
+ pytest = "^8.3.3"
25
25
  pytest-socket = "^0.7.0"
26
- vcrpy = "^6.0.1"
26
+ vcrpy = "^6.0.2"
27
27
 
28
28
  [tool.ruff]
29
29
  lint.ignore = ["E501"]