File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 18
18
# Changes per repo
19
19
PRODUCT_NAME : PyMongo
20
20
# Changes per branch
21
- SILK_ASSET_GROUP : mongodb-python-driver
22
- EVERGREEN_PROJECT : mongo-python-driver
21
+ SILK_ASSET_GROUP : mongodb-python-driver-4.10
22
+ EVERGREEN_PROJECT : mongo-python-driver-release
23
23
24
24
defaults :
25
25
run :
Original file line number Diff line number Diff line change 18
18
import re
19
19
from typing import List , Tuple , Union
20
20
21
- __version__ = "4.11.0 .dev0"
21
+ __version__ = "4.10.1 .dev0"
22
22
23
23
24
24
def get_version_tuple (version : str ) -> Tuple [Union [int , str ], ...]:
Original file line number Diff line number Diff line change 1
1
{
2
2
"metadata" : {
3
- "timestamp" : " 2024-05-02T17:36:12.698229 +00:00"
3
+ "timestamp" : " 2024-10-02T01:21:42.042095 +00:00"
4
4
},
5
5
"components" : [],
6
- "serialNumber" : " urn:uuid:9876a8a6-060e-486f-b128-910aecf0fe7b " ,
6
+ "serialNumber" : " urn:uuid:89f3a694-cd05-4041-8806-5962eeb7773f " ,
7
7
"version" : 1 ,
8
8
"$schema" : " http://cyclonedx.org/schema/bom-1.5.schema.json" ,
9
9
"bomFormat" : " CycloneDX" ,
10
- "specVersion" : " 1.5"
10
+ "specVersion" : " 1.5" ,
11
+ "vulnerabilities" : []
11
12
}
You can’t perform that action at this time.
0 commit comments