Skip to content

Commit

Permalink
combined version bumps (#2339)
Browse files Browse the repository at this point in the history
* build(deps): bump mkdocs-material from 6.2.3 to 6.2.8

* build(deps): bump codecov/codecov-action from v1.1.1 to v1.2.1

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.1.1 to v1.2.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1.1.1...e156083)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump pytest-cov from 2.10.1 to 2.11.1

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.10.1...v2.11.1)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump pytest-mock from 3.4.0 to 3.5.1

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.4.0 to 3.5.1.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.4.0...v3.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump isort from 5.6.4 to 5.7.0

Bumps [isort](https://github.com/pycqa/isort) from 5.6.4 to 5.7.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md)
- [Commits](PyCQA/isort@5.6.4...5.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump mypy from 0.790 to 0.800

* build(deps): bump pytest from 6.2.1 to 6.2.2

* build(deps): bump coverage from 5.3.1 to 5.4

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
PrettyWood and dependabot[bot] committed Feb 10, 2021
1 parent f0fc082 commit 60ef8cc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
run: make test

- run: coverage xml
- uses: codecov/codecov-action@v1.1.1
- uses: codecov/codecov-action@v1.2.1
with:
file: ./coverage.xml
env_vars: COMPILED,DEPS,PYTHON,OS
Expand All @@ -87,7 +87,7 @@ jobs:
run: make test

- run: coverage xml
- uses: codecov/codecov-action@v1.1.1
- uses: codecov/codecov-action@v1.2.1
with:
file: ./coverage.xml
env_vars: COMPILED,DEPS,PYTHON,OS
Expand All @@ -105,7 +105,7 @@ jobs:
run: make test

- run: coverage xml
- uses: codecov/codecov-action@v1.1.1
- uses: codecov/codecov-action@v1.2.1
with:
file: ./coverage.xml
env_vars: COMPILED,DEPS,PYTHON,OS
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- run: coverage xml

- uses: codecov/codecov-action@v1.1.1
- uses: codecov/codecov-action@v1.2.1
with:
file: ./coverage.xml
env_vars: COMPILED,DEPS,PYTHON,OS
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
CIBW_SKIP: '*-win32'
CIBW_PLATFORM: '${{ matrix.platform || matrix.os }}'
CIBW_BEFORE_BUILD: 'pip install -U cython'
CIBW_TEST_REQUIRES: 'pytest==6.1.1 pytest-mock==3.3.1'
CIBW_TEST_REQUIRES: 'pytest==6.2.2 pytest-mock==3.5.1'
CIBW_TEST_COMMAND: 'pytest {project}/tests'
CIBW_MANYLINUX_X86_64_IMAGE: 'manylinux2014'
CIBW_MANYLINUX_I686_IMAGE: 'manylinux2014'
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -3,7 +3,7 @@ flake8==3.8.4
flake8-quotes==3.2.0
mkdocs==1.1.2
mkdocs-exclude==1.0.2
mkdocs-material==6.2.3
mkdocs-material==6.2.8
markdown-include==0.6.0
sqlalchemy
orjson
Expand Down
1 change: 1 addition & 0 deletions pydantic/typing.py
Expand Up @@ -205,6 +205,7 @@ def get_args(tp: Type[Any]) -> Tuple[Any, ...]:
'CallableGenerator',
'get_args',
'get_origin',
'typing_base',
)


Expand Down
4 changes: 2 additions & 2 deletions tests/requirements-linting.txt
@@ -1,8 +1,8 @@
black==20.8b1
flake8==3.8.4
flake8-quotes==3.2.0
isort==5.6.4
mypy==0.790
isort==5.7.0
mypy==0.800
pycodestyle==2.6.0
pyflakes==2.2.0
twine==3.3.0
10 changes: 5 additions & 5 deletions tests/requirements-testing.txt
@@ -1,8 +1,8 @@
coverage==5.3.1
coverage==5.4
# pin importlib-metadata as upper versions need typing-extensions to work if on python < 3.8
importlib-metadata==3.1.0;python_version<"3.8"
mypy==0.790
pytest==6.2.1
pytest-cov==2.10.1
pytest-mock==3.4.0
mypy==0.800
pytest==6.2.2
pytest-cov==2.11.1
pytest-mock==3.5.1
pytest-sugar==0.9.4

0 comments on commit 60ef8cc

Please sign in to comment.