Skip to content

Commit

Permalink
Merge branch 'main' into pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Jul 31, 2023
2 parents 62e019a + d5c3df8 commit 3960a4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
python-dependencies:
patterns:
- "*"
exclude-patterns:
- "sphinx*"
documentation-dependencies:
patterns:
- "sphinx*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DocumentationBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: make html SPHINXOPTS="-W"

- name: Upload docs to artifact storage
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
path: docs/build/html
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ notifier = "quota_notifier.cli:Application.execute"

[tool.poetry.dependencies]
python = ">=3.8"
pydantic-settings = "2.0.1"
sqlalchemy = "2.0.17"
pydantic-settings = "2.0.2"
sqlalchemy = "2.0.19"

[tool.poetry.group.tests]
optional = true
Expand Down

0 comments on commit 3960a4a

Please sign in to comment.