-
Notifications
You must be signed in to change notification settings - Fork 1
/
components.yaml
72 lines (72 loc) · 1.57 KB
/
components.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
PyYAML:
component-type: pypi
current-version: 5.4.1
files:
- Pipfile
filter: /^\d+\.\d+\.\d+$/
next-version: 5.4.1
version-pattern: '{component} = "=={version}"'
cachier:
component-type: pypi
current-version: 1.5.4
files:
- Pipfile
filter: /^\d+\.\d+\.\d+$/
next-version: 1.5.4
version-pattern: '{component} = "=={version}"'
click:
component-type: pypi
current-version: "7.1"
files:
- Pipfile
filter: /^\d+\.\d+$/
next-version: "7.1"
version-pattern: '{component} = "=={version}"'
loguru:
component-type: pypi
current-version: 0.5.3
files:
- Pipfile
filter: /^\d+\.\d+\.\d+$/
next-version: 0.5.3
version-pattern: '{component} = "=={version}"'
packaging:
component-type: pypi
current-version: "21.3"
files:
- Pipfile
filter: /^\d+\.\d+$/
next-version: "21.3"
version-pattern: '{component} = "=={version}"'
plumbum:
component-type: pypi
current-version: 1.7.1
files:
- Pipfile
filter: /^\d+\.\d+\.\d+$/
next-version: 1.7.1
version-pattern: '{component} = "=={version}"'
pymongo:
component-type: pypi
current-version: 3.12.2
files:
- Pipfile
filter: /^\d+\.\d+\.\d+$/
next-version: 3.12.2
version-pattern: '{component} = "=={version}"'
python-rex:
component-type: pypi
current-version: "0.4"
files:
- Pipfile
filter: /^\d+\.\d+$/
next-version: "0.4"
version-pattern: '{component} = "=={version}"'
requests:
component-type: pypi
current-version: 2.26.0
files:
- Pipfile
filter: /^\d+\.\d+\.\d+$/
next-version: 2.26.0
version-pattern: '{component} = "=={version}"'