Skip to content
This repository was archived by the owner on Aug 30, 2026. It is now read-only.

Commit f08c3d4

Browse files
renovate-botgcf-owl-bot[bot]parthea
authored
chore(deps): update all dependencies (#815)
* 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: Ignore Python37DeprecationWarnings from google.auth --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 4a74d71 commit f08c3d4

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout
1111
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

.github/workflows/system_emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v4
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: '3.7'
2121

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ filterwarnings =
1414
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning
1515
# Remove once https://github.com/grpc/grpc/issues/35086 is fixed
1616
ignore:There is no current event loop:DeprecationWarning:grpc.aio._channel
17+
# Remove after support for Python 3.7 is dropped
18+
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning

0 commit comments

Comments
 (0)