Skip to content

Commit fdc987a

Browse files
chore(deps): update all dependencies (#933)
* chore(deps): update all dependencies * updates some configs in owlbot, noxfile, and ymls to ensure that the correct version of python is used * Update noxfile.py * Update noxfile.py * Update noxfile.py --------- Co-authored-by: Mend Renovate <[email protected]>
1 parent ba35a9c commit fdc987a

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

3535
DEFAULT_PYTHON_VERSION = "3.10"
3636

37-
3837
UNIT_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
3938
UNIT_TEST_STANDARD_DEPENDENCIES = [
4039
"mock",

owlbot.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,16 @@
5757
"docs/multiprocessing.rst",
5858
"noxfile.py",
5959
"README.rst",
60-
".github/workflows/docs.yml",
60+
".github/workflows/docs.yml", # to avoid overwriting python version
61+
".github/workflows/lint.yml", # to avoid overwriting python version
6162
".github/sync-repo-settings.yaml",
6263
# exclude this file as we have an alternate prerelease.cfg
6364
".kokoro/presubmit/prerelease-deps.cfg",
6465
".kokoro/presubmit/presubmit.cfg",
66+
"renovate.json", # to avoid overwriting the ignorePaths list additions:
67+
# ".github/workflows/docs.yml AND lint.yml" specifically
68+
# the version of python referenced in each of those files.
69+
# Currently renovate bot wants to change 3.10 to 3.13.
6570
],
6671
)
6772

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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", ".github/workflows/lint.yml"],
99
"pip_requirements": {
1010
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
1111
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-testutils==1.6.0
2-
pytest==8.3.5
1+
google-cloud-testutils==1.6.4
2+
pytest==8.4.1

samples/snippets/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-bigquery-storage==2.29.1
2-
google-cloud-bigquery==3.30.0
3-
pandas-gbq==0.28.0
4-
pandas==2.2.3
5-
pyarrow==19.0.1
1+
google-cloud-bigquery-storage==2.32.0
2+
google-cloud-bigquery==3.34.0
3+
pandas-gbq==0.29.1
4+
pandas==2.3.0
5+
pyarrow==20.0.0

0 commit comments

Comments
 (0)