Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky authored Jul 6, 2024
2 parents fa66cdd + 9d981c2 commit ee731a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-approve-and-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# This step will fail (without approval) if there's no metadata.
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v2.1.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
# Approve the PR.
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sphinx==7.3.7
myst-parser==2.0.0
furo==2024.1.29
myst-parser==3.0.1
furo==2024.5.6
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements-test.txt
-r docs/requirements.txt
twine==5.0.0
twine==5.1.1
build==1.2.1
setuptools==69.5.1
check-manifest==0.49
Expand Down
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tox==4.15.0
coverage==7.5.0
ruff==0.4.2
tox==4.16.0
coverage==7.5.4
ruff==0.5.1
pillow>=10.3.0
beautifulsoup4>=4.12.3

0 comments on commit ee731a4

Please sign in to comment.