crawler-user-agents 1.0.134 → 1.0.135

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.
@@ -19,7 +19,7 @@ jobs:
19
19
  - uses: actions/setup-node@v4
20
20
  with:
21
21
  node-version: 20
22
- - run: pip3 install jsonschema pytest
22
+ - run: pip3 install -r requirements.txt
23
23
  - run: py.test -vv
24
24
  - run: python3 validate.py
25
25
  - run: php validate.php
package/.travis.yml CHANGED
@@ -3,7 +3,7 @@ language: python
3
3
  python: 3.11.0
4
4
 
5
5
  install:
6
- - pip3 install jsonschema pytest
6
+ - pip3 install -r requirements.txt
7
7
  - npm clean-install
8
8
 
9
9
  script:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.134",
3
+ "version": "1.0.135",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",
@@ -0,0 +1,9 @@
1
+ attrs==23.2.0
2
+ iniconfig==2.0.0
3
+ jsonschema==4.22.0
4
+ jsonschema-specifications==2023.12.1
5
+ packaging==24.0
6
+ pluggy==1.5.0
7
+ pytest==8.2.0
8
+ referencing==0.35.0
9
+ rpds-py==0.18.0