Skip to content

Commit 95b2cc3

Browse files
authored
Merge branch 'main' into fix-dataset-output-only-docs-final
2 parents 00e2dc7 + f67852d commit 95b2cc3

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
templated_files,
6666
excludes=[
6767
"noxfile.py",
68+
"renovate.json",
6869
"docs/multiprocessing.rst",
6970
"docs/index.rst",
7071
".coveragerc",
@@ -76,7 +77,7 @@
7677
".kokoro/continuous/prerelease-deps.cfg",
7778
".kokoro/samples/python3.7/**",
7879
".kokoro/samples/python3.8/**",
79-
".github/workflows", # exclude gh actions as credentials are needed for tests
80+
".github/workflows/**", # exclude gh actions as credentials are needed for tests
8081
"README.rst",
8182
],
8283
)

renovate.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
":preserveSemverRanges",
66
":disableDependencyDashboard"
77
],
8-
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml"],
8+
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml", ".github/workflows/docs.yml"],
99
"pip_requirements": {
1010
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
11-
}
11+
},
12+
"packageRules": [
13+
{
14+
"matchFileNames": ["pyproject.toml"],
15+
"matchStrings": ["matplotlib (.*); python_version == '3.9'"],
16+
"allowedVersions": ">= 3.7.1, <= 3.9.2"
17+
}
18+
]
1219
}

samples/geography/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fiona==1.10.1
1111
geojson==3.2.0
1212
geopandas==1.0.1
1313
google-api-core==2.24.2
14-
google-auth==2.40.1
14+
google-auth==2.40.2
1515
google-cloud-bigquery==3.33.0
1616
google-cloud-bigquery-storage==2.31.0
1717
google-cloud-core==2.4.3

0 commit comments

Comments
 (0)