Skip to content

Commit

Permalink
Update deps and silence dependabot warnings for subfolder (#934)
Browse files Browse the repository at this point in the history
* Delete pipfile

* Update precommit

* Update deps

* Update protoc action

* Remove 'matrix'
  • Loading branch information
michaelboulton authored May 11, 2024
1 parent 89f2a84 commit 1fd236d
Show file tree
Hide file tree
Showing 7 changed files with 305 additions and 598 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,16 @@ jobs:
runs-on: ubuntu-latest
needs: simple-checks

strategy:
fail-fast: false
matrix:
include:
# 'Basic' tests and checks
- TOXENV: py3
TOXCFG: tox.ini

env:
TOXENV: ${{ matrix.TOXENV }}
TOXCFG: ${{ matrix.TOXCFG }}
TOXENV: py3
TOXCFG: tox.ini

steps:
- uses: actions/checkout@v4

- uses: actions/cache@v4
env:
cache-name: cache-${{ matrix.TOXENV }}
cache-name: cache-${TOXENV}
with:
path: .tox
key: ${{ runner.os }}-tox-${{ env.cache-name }}-${{ hashFiles('pyproject.toml', 'requirements.in') }}
Expand Down Expand Up @@ -126,7 +118,7 @@ jobs:

- name: Install Protoc
if: ${{ contains(matrix.TOXENV, 'grpc') }}
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3
with:
version: "23.x"

Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- --py38-plus
files: "tavern/.*"
- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
rev: v1.7.0
hooks:
- id: actionlint
args: ["-shellcheck="]
Expand All @@ -16,7 +16,7 @@ repos:
hooks:
- id: pycln
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.3.4"
rev: "v0.4.4"
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -27,7 +27,7 @@ repos:
- id: prettier
types_or: [yaml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies:
Expand Down
38 changes: 19 additions & 19 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ attrs==23.2.0
# jsonschema
# pytest
# referencing
babel==2.14.0
babel==2.15.0
# via sphinx
blinker==1.7.0
blinker==1.8.2
# via flask
cachetools==5.3.3
# via
Expand All @@ -34,7 +34,7 @@ colorama==0.4.6
colorlog==6.8.2
commonmark==0.9.1
# via recommonmark
coverage==7.5.0
coverage==7.5.1
# via pytest-cov
distlib==0.3.8
# via virtualenv
Expand All @@ -50,8 +50,8 @@ exceptiongroup==1.2.1
# via pytest
execnet==2.1.1
# via pytest-xdist
faker==24.14.0
filelock==3.13.4
faker==25.1.0
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -60,9 +60,9 @@ flit==3.9.0
flit-core==3.9.0
# via flit
fluent-logger==0.11.0
google-api-core==2.18.0
google-api-core==2.19.0
# via google-api-python-client
google-api-python-client==2.127.0
google-api-python-client==2.129.0
google-auth==2.29.0
# via
# google-api-core
Expand All @@ -75,7 +75,7 @@ googleapis-common-protos==1.63.0
# google-api-core
# grpcio-status
grpc-interceptor==0.15.4
grpcio==1.62.2
grpcio==1.63.0
# via
# grpc-interceptor
# grpcio-reflection
Expand All @@ -96,12 +96,12 @@ iniconfig==2.0.0
# via pytest
itsdangerous==2.2.0
# via flask
jinja2==3.1.3
jinja2==3.1.4
# via
# flask
# sphinx
jmespath==1.0.1
jsonschema==4.21.1
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
# via jsonschema
markdown==3.6
Expand Down Expand Up @@ -132,7 +132,7 @@ pluggy==1.5.0
# allure-python-commons
# pytest
# tox
pre-commit==3.7.0
pre-commit==3.7.1
proto-plus==1.23.0
# via google-api-core
protobuf==4.25.3
Expand All @@ -149,7 +149,7 @@ pyasn1==0.6.0
# rsa
pyasn1-modules==0.4.0
# via google-auth
pygments==2.17.2
pygments==2.18.0
# via sphinx
pyjwt==2.8.0
pykwalify==1.8.0
Expand All @@ -163,7 +163,7 @@ pytest==7.2.2
# pytest-cov
# pytest-xdist
pytest-cov==5.0.0
pytest-xdist==3.5.0
pytest-xdist==3.6.1
python-box==6.1.0
python-dateutil==2.9.0.post0
# via
Expand All @@ -172,7 +172,7 @@ python-dateutil==2.9.0.post0
pyyaml==6.0.1
# via pre-commit
recommonmark==0.7.1
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -181,7 +181,7 @@ requests==2.31.0
# flit
# google-api-core
# sphinx
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
Expand All @@ -191,7 +191,7 @@ ruamel-yaml==0.18.6
# via pykwalify
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.4.2
ruff==0.4.4
setuptools==69.5.1
# via nodeenv
six==1.16.0
Expand Down Expand Up @@ -239,11 +239,11 @@ urllib3==2.2.1
# via
# requests
# types-requests
uv==0.1.39
virtualenv==20.26.0
uv==0.1.42
virtualenv==20.26.1
# via
# pre-commit
# tox
werkzeug==3.0.2
werkzeug==3.0.3
# via flask
wheel==0.43.0
15 changes: 0 additions & 15 deletions example/generate_from_openapi/Pipfile

This file was deleted.

Loading

0 comments on commit 1fd236d

Please sign in to comment.