From 7df2ef104bfe5196a3b55a56f83fc9ab745d9e61 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Apr 2022 16:12:26 +0000 Subject: [PATCH] chore(deps) Update all non-major dependencies --- .github/workflows/cancel.yml | 2 +- .github/workflows/issues.yml | 4 ++-- .github/workflows/python-publish.yml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements.txt | 20 ++++++++++---------- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index 584b244..54598e5 100644 --- a/.github/workflows/cancel.yml +++ b/.github/workflows/cancel.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.0 + uses: styfle/cancel-workflow-action@0.9.1 with: access_token: ${{ github.token }} workflow_id: test.yml diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 23bd0af..f510d8b 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -10,13 +10,13 @@ jobs: name: Assign to One Project steps: - name: Assign issues and with `bug` label to bugs project - uses: srggrs/assign-one-project-github-action@1.2.1 + uses: srggrs/assign-one-project-github-action@1.3.1 if: contains(github.event.issue.labels.*.name, 'bug') with: project: https://github.com/Riverside-Healthcare/djLint/projects/1 column_name: Needs triage - name: Assign issues and with `enhancement` label to enhancement project - uses: srggrs/assign-one-project-github-action@1.2.1 + uses: srggrs/assign-one-project-github-action@1.3.1 if: contains(github.event.issue.labels.*.name, 'enhancement') with: project: https://github.com/Riverside-Healthcare/djLint/projects/2 diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index cf66762..0e503c4 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -28,6 +28,6 @@ jobs: python -m pip install --upgrade pip pip install poetry - name: Build and publish package - uses: JRubics/poetry-publish@v1.8 + uses: JRubics/poetry-publish@v1.10 with: pypi_token: ${{ secrets.PYPI_API_TOKEN }} diff --git a/poetry.lock b/poetry.lock index 46a266c..d0f9a8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -252,7 +252,7 @@ python-versions = ">=3.7" [[package]] name = "tomlkit" -version = "0.9.2" +version = "0.10.1" description = "Style preserving TOML library" category = "main" optional = false @@ -308,7 +308,7 @@ test = ["coverage", "pytest", "pytest-cov"] [metadata] lock-version = "1.1" python-versions = "^3.7,<4.0" -content-hash = "5882c401d3802c01018bfafaf2a8be1129c29288f51af71ece4388b8bb8a76be" +content-hash = "71537dcd92ed560e567b8f4a9e2362d347cc1100d65a3925d1eead25508cd2bf" [metadata.files] atomicwrites = [ @@ -559,8 +559,8 @@ tomli = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] tomlkit = [ - {file = "tomlkit-0.9.2-py3-none-any.whl", hash = "sha256:daf4f9c5f2fbf6b861d6adfc51940b98dee36c13e1d88749a6dc9fb280fff304"}, - {file = "tomlkit-0.9.2.tar.gz", hash = "sha256:ebd982d61446af95a1e082b103e250cb9e6d152eae2581d4a07d31a70b34ab0f"}, + {file = "tomlkit-0.10.1-py3-none-any.whl", hash = "sha256:3eba517439dcb2f84cf39f4f85fd2c3398309823a3c75ac3e73003638daf7915"}, + {file = "tomlkit-0.10.1.tar.gz", hash = "sha256:3c517894eadef53e9072d343d37e4427b8f0b6200a70b7c9a19b2ebd1f53b951"}, ] tqdm = [ {file = "tqdm-4.62.3-py2.py3-none-any.whl", hash = "sha256:8dd278a422499cd6b727e6ae4061c40b48fce8b76d1ccbf5d34fca9b7f925b0c"}, diff --git a/pyproject.toml b/pyproject.toml index a164ea7..8337617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ PyYAML = "^6.0" colorama = "^0.4.4" regex = "^2022.1.18" tqdm = "^4.62.2" -tomlkit = "^0.9.2" +tomlkit = "^0.10.0" coverage = { version = "^6.3.1", optional = true } pytest = { version = "^7.0.1", optional = true } pytest-cov = { version = "^3.0.0", optional = true } diff --git a/requirements.txt b/requirements.txt index b084ec2..fe4009f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -black==22.1.0; python_full_version >= "3.6.2" -click==8.0.3; python_version >= "3.6" +black==22.3.0; python_full_version >= "3.6.2" +click==8.1.2; python_version >= "3.6" colorama==0.4.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") -importlib-metadata==4.11.0; python_version >= "3.7" +importlib-metadata==4.11.3; python_version >= "3.7" isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0" mypy-extensions==0.4.3; python_full_version >= "3.6.2" pathspec==0.9.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") -platformdirs==2.5.0; python_version >= "3.7" and python_full_version >= "3.6.2" +platformdirs==2.5.1; python_version >= "3.7" and python_full_version >= "3.6.2" pyyaml==6.0; python_version >= "3.6" -regex==2022.1.18 +regex==2022.3.15 tomli==2.0.1; python_version >= "3.7" and python_full_version >= "3.6.2" -tomlkit==0.9.2; python_version >= "3.6" and python_version < "4.0" -tqdm==4.62.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") -typed-ast==1.4.3; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" -typing-extensions==4.1.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2" -zipp==3.7.0; python_version < "3.8" and python_version >= "3.7" +tomlkit==0.10.1; python_version >= "3.6" and python_version < "4.0" +tqdm==4.64.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0") +typed-ast==1.5.2; python_version < "3.8" and implementation_name == "cpython" and python_full_version >= "3.6.2" +typing-extensions==4.1.1; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2" +zipp==3.8.0; python_version < "3.8" and python_version >= "3.7"