Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-a8b23622d7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Jul 9, 2024
2 parents 2faef97 + ef96cf0 commit 76aff93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.1.0
uses: dependabot/fetch-metadata@v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Add a label for all production dependencies
Expand Down
21 changes: 11 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PyYAML = ">=5.4.1,<7.0.0"
[tool.poetry.dev-dependencies]
coverage = {extras = ["toml"], version = "^7.2"}
pytest = "^7.4.4"
safety = "^3.2.3"
safety = "^3.2.4"
mypy = "^1.4"

typeguard = "^2.13.3"
Expand Down

0 comments on commit 76aff93

Please sign in to comment.