From ac3badde1ac234dd09c85be762eb9009b8c179d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:04:36 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/demo.yaml | 4 ++-- requirements.txt | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/demo.yaml b/.github/workflows/demo.yaml index 0dfb2eb..28ca5ac 100644 --- a/.github/workflows/demo.yaml +++ b/.github/workflows/demo.yaml @@ -12,13 +12,13 @@ jobs: environment: heroku steps: - name: "Check out Git repository" - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: "Set Heroku app & branch for ${{ github.ref }}" run: | echo $GITHUB_REF echo "HEROKU_BRANCH=main" >> $GITHUB_ENV - name: "Deploy ${{ github.ref }} to Heroku" - uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 #v3.12.14 + uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15 with: heroku_api_key: ${{ secrets.HEROKU_API_KEY }} heroku_app_name: "collector-confluence" diff --git a/requirements.txt b/requirements.txt index eb37b43..cf9c74b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ -annotated-types==0.6.0 -atlassian-python-api==3.41.11 +annotated-types==0.7.0 +atlassian-python-api==3.41.13 beautifulsoup4==4.12.3 -certifi==2024.2.2 +certifi==2024.6.2 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 Deprecated==1.2.14 gitpython==3.1.43 PyGithub==2.3.0 -idna==3.6 +idna==3.7 importlib_metadata==7.1.0 jmespath==1.0.1 markdown-it-py==3.0.0 mdurl==0.1.2 oauthlib==3.2.2 -pydantic==2.6.4 -pydantic_core==2.16.3 +pydantic==2.7.3 +pydantic_core==2.18.4 pydantic_yaml==1.3.0 -Pygments==2.17.2 +Pygments==2.18.0 python-dotenv==1.0.1 -requests==2.31.0 +requests==2.32.3 requests-oauthlib==2.0.0 rich==13.7.1 ruamel.yaml==0.18.6 @@ -27,8 +27,8 @@ ruamel.yaml.clib==0.2.8 shellingham==1.5.4 six==1.16.0 soupsieve==2.5 -typer==0.12.1 -typing_extensions==4.11.0 +typer==0.12.3 +typing_extensions==4.12.1 urllib3==2.2.1 wrapt==1.16.0 -zipp==3.18.1 +zipp==3.19.1