From 1ad4b35ae5a7d5b70a4050184d9ca201d190daba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:32:49 +0530 Subject: [PATCH 1/3] chore(deps): bump pandas from 1.2.2 to 1.2.3 (#20) Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.2.2...v1.2.3) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- local-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-requirements.txt b/local-requirements.txt index c6ae64358..7c8b0ae3d 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -20,5 +20,5 @@ flake8==3.8.4 twine==3.3.0 pyOpenSSL==20.0.1 service_identity==18.1.0 -pandas==1.2.2 +pandas==1.2.3 objgraph==3.5.0 From 20099db0cdb2cacdf58e1e9ac2ec9ed971012277 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:33:00 +0530 Subject: [PATCH 2/3] chore(deps): bump autobahn from 21.2.2 to 21.3.1 (#19) Bumps [autobahn](https://github.com/crossbario/autobahn-python) from 21.2.2 to 21.3.1. - [Release notes](https://github.com/crossbario/autobahn-python/releases) - [Changelog](https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst) - [Commits](https://github.com/crossbario/autobahn-python/compare/v21.2.2...v21.3.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- local-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-requirements.txt b/local-requirements.txt index 7c8b0ae3d..8be32cd13 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -1,4 +1,4 @@ -autobahn==21.2.2 +autobahn==21.3.1 pytest==6.2.2 pytest-asyncio==0.14.0 pytest-cov==2.11.1 From ea4a9803502e894b84e742f42312fd2a52af7532 Mon Sep 17 00:00:00 2001 From: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:39:51 +0530 Subject: [PATCH 3/3] chore: Updated twisted to the latest of PyPI --- .pre-commit-config.yaml | 25 +++++++++++++------------ local-requirements.txt | 31 +++++++++++++++---------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 722ddf264..c7b54980c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,26 +1,27 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: -- repo: https://github.com/pre-commit/pre-commit-hooks + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: - - id: trailing-whitespace - - id: end-of-file-fixer + - id: trailing-whitespace + - id: end-of-file-fixer exclude: ^playwright/drivers/browsers.json$ - - id: check-yaml -- repo: https://github.com/psf/black + - id: check-yaml + - id: requirements-txt-fixer + - repo: https://github.com/psf/black rev: 20.8b1 hooks: - - id: black -- repo: https://github.com/pre-commit/mirrors-mypy + - id: black + - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.812 hooks: - - id: mypy -- repo: https://gitlab.com/pycqa/flake8 + - id: mypy + - repo: https://gitlab.com/pycqa/flake8 rev: 3.8.4 hooks: - - id: flake8 -- repo: https://github.com/pycqa/isort + - id: flake8 + - repo: https://github.com/pycqa/isort rev: 5.7.0 hooks: - - id: isort + - id: isort diff --git a/local-requirements.txt b/local-requirements.txt index 8be32cd13..fcd889bbc 100644 --- a/local-requirements.txt +++ b/local-requirements.txt @@ -1,24 +1,23 @@ +auditwheel==3.3.1 autobahn==21.3.1 +black==20.8b1 +flake8==3.8.4 +flaky==3.7.0 +mypy==0.812 +objgraph==3.5.0 +pandas==1.2.3 +Pillow==8.1.0 +pixelmatch==0.2.3 +pre-commit==2.10.1 +pyOpenSSL==20.0.1 pytest==6.2.2 pytest-asyncio==0.14.0 pytest-cov==2.11.1 pytest-sugar==0.9.4 -pytest-xdist==2.2.1 pytest-timeout==1.4.2 -flaky==3.7.0 -pixelmatch==0.2.3 -Pillow==8.1.0 -mypy==0.812 +pytest-xdist==2.2.1 +service_identity==18.1.0 setuptools==54.0.0 -# TODO: use PyPi version after >20.3.0 is released -git+https://github.com/twisted/twisted.git@4ff22287cab3b54f51cee41ea2619e72d1bff2e4 -wheel==0.36.2 -auditwheel==3.3.1 -black==20.8b1 -pre-commit==2.10.1 -flake8==3.8.4 twine==3.3.0 -pyOpenSSL==20.0.1 -service_identity==18.1.0 -pandas==1.2.3 -objgraph==3.5.0 +twisted==21.2.0 +wheel==0.36.2