Skip to content

Commit 1c21dcb

Browse files
renovate-botgcf-owl-bot[bot]parthea
authored
chore(deps): update all dependencies (#264)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * build: update warning filters * build: update warning filters * build: update warning filter --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent f4320f1 commit 1c21dcb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/google-cloud-core/.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Setup Python
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.8"
1616
- name: Install nox

packages/google-cloud-core/pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ filterwarnings =
44
error
55
# Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
66
ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
7-
# Remove once Release PR https://github.com/googleapis/python-api-common-protos/pull/191 is merged
7+
# Remove after support for Python 3.7 is dropped
8+
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
9+
# Remove once the minimum supported version of `google-api-core` is 2.15.0
810
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
911
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning

0 commit comments

Comments
 (0)