From ed3d13910934c2a6f4528f5f16b287520ba847d4 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 8 Jun 2023 11:46:40 +0530 Subject: [PATCH] [dep] Auto upgrade via Dependabot (#104) Co-authored-by: Hugo van Kemenade --- .github/dependabot.yml | 22 ++++++++++++++++++++++ .github/workflows/update.yml | 2 +- requirements.txt | 14 +++++++------- 3 files changed, 30 insertions(+), 8 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5af34223 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "monthly" + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" + + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "monthly" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index aa1c77cc..c48ac8a0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -51,7 +51,7 @@ jobs: bundler-cache: true - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: Setup Release Script run: | git config --global init.defaultBranch main diff --git a/requirements.txt b/requirements.txt index 8a128d88..d28a03ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -beautifulsoup4==4.11.1 +beautifulsoup4==4.12.2 cffi==1.15.1 html5lib==1.1 -Markdown==3.4.1 +Markdown==3.4.3 mwparserfromhell==0.6.4 pycparser==2.21 -pygit2==1.9.2 +pygit2==1.12.1 python-dateutil==2.8.2 python-frontmatter==1.0.0 -python-liquid==1.2.1 -PyYAML==5.4 +python-liquid==1.9.2 +PyYAML==6.0 six==1.16.0 -soupsieve==2.3.2.post1 -typing_extensions==4.3.0 +soupsieve==2.4.1 +typing_extensions==4.6.3 webencodings==0.5.1 requests-html==0.10.0