Skip to content

Commit 787f301

Browse files
authored
PHPC-2499: Update to libmongoc 1.29.2 (#1766)
* Install Python 3.13 for drivers-evergreen-tools GH action Related to mongodb/mongo-php-library#1564
1 parent 1a1e793 commit 787f301

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.github/workflows/tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
with:
5454
submodules: true
5555

56+
- uses: actions/setup-python@v5
57+
with:
58+
python-version: '3.13'
59+
5660
- id: setup-mongodb
5761
uses: mongodb-labs/drivers-evergreen-tools@master
5862
with:

sbom.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@
1919
"version": "1.12.0"
2020
},
2121
{
22-
"bom-ref": "pkg:github/mongodb/[email protected].0",
22+
"bom-ref": "pkg:github/mongodb/[email protected].2",
2323
"externalReferences": [
2424
{
2525
"type": "distribution",
26-
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/1.29.0.tar.gz"
26+
"url": "https://github.com/mongodb/mongo-c-driver/archive/refs/tags/1.29.2.tar.gz"
2727
},
2828
{
2929
"type": "website",
30-
"url": "https://github.com/mongodb/mongo-c-driver/tree/1.29.0"
30+
"url": "https://github.com/mongodb/mongo-c-driver/tree/1.29.2"
3131
}
3232
],
3333
"group": "mongodb",
3434
"name": "mongo-c-driver",
35-
"purl": "pkg:github/mongodb/[email protected].0",
35+
"purl": "pkg:github/mongodb/[email protected].2",
3636
"type": "library",
37-
"version": "1.29.0"
37+
"version": "1.29.2"
3838
}
3939
],
4040
"dependencies": [
4141
{
4242
"ref": "pkg:github/mongodb/[email protected]"
4343
},
4444
{
45-
"ref": "pkg:github/mongodb/[email protected].0"
45+
"ref": "pkg:github/mongodb/[email protected].2"
4646
}
4747
],
4848
"metadata": {
49-
"timestamp": "2024-11-12T18:00:38.546484+00:00",
49+
"timestamp": "2025-01-14T14:24:24.250261+00:00",
5050
"tools": [
5151
{
5252
"externalReferences": [
@@ -90,7 +90,7 @@
9090
]
9191
},
9292
"serialNumber": "urn:uuid:acb30d08-ee47-4ff0-b301-d66ef1f54082",
93-
"version": 7,
93+
"version": 8,
9494
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
9595
"bomFormat": "CycloneDX",
9696
"specVersion": "1.5",

src/LIBMONGOC_VERSION_CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.29.0
1+
1.29.2

0 commit comments

Comments
 (0)