Skip to content

Commit 4824329

Browse files
committed
fixed owlbot
1 parent 3cb51ad commit 4824329

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:5581906b957284864632cde4e9c51d1cc66b0094990b27e689132fe5cd036046
17-
# created: 2025-03-05
16+
digest: sha256:4a9e5d44b98e8672e2037ee22bc6b4f8e844a2d75fcb78ea8a4b38510112abc6
17+
# created: 2025-10-07

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import nox
2929

3030
FLAKE8_VERSION = "flake8==6.1.0"
31-
BLACK_VERSION = "black[jupyter]==23.3.0"
31+
BLACK_VERSION = "black[jupyter]==23.7.0"
3232
ISORT_VERSION = "isort==5.11.0"
3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

@@ -160,7 +160,7 @@ def mypy(session):
160160
@nox.session(python=DEFAULT_PYTHON_VERSION)
161161
def lint_setup_py(session):
162162
"""Verify that setup.py is valid (including RST check)."""
163-
session.install("docutils", "pygments")
163+
session.install("setuptools", "docutils", "pygments")
164164
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
165165

166166

0 commit comments

Comments
 (0)