Skip to content

Commit

Permalink
Merge branch 'main' into add-msl-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyTheHacker committed Oct 14, 2024
2 parents 900d911 + f4b2123 commit d949e17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ updates:
interval: "daily"
labels:
- "dependabot-python"
- "dependencies"
groups:
python-dependencies:
patterns:
Expand All @@ -22,6 +23,7 @@ updates:
interval: "daily"
labels:
- "dependabot-github_actions"
- "dependencies"
groups:
github-actions-dependencies:
patterns:
Expand Down
18 changes: 9 additions & 9 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 @@ -45,7 +45,7 @@ setuptools = "^70.3"
anyio = "^4.4.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8"
pre-commit = "^4.0"
mypy = "~1.11"
django-stubs = {extras = ["compatible-mypy"], version = "~5.1"}
types-beautifulsoup4 = "^4.12"
Expand Down

0 comments on commit d949e17

Please sign in to comment.