Skip to content

Commit

Permalink
fix docs publish, remove outdated optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 15, 2023
1 parent 78a9922 commit 5da8ed1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: pip install -r requirements/docs.txt

- name: install mkdocs-material-insiders
run: pip install https://files.scolvin.com/${MKDOCS_TOKEN}/mkdocs-material/mkdocs_material-9.1.5+insiders.4.32.4-py3-none-any.whl
run: pip install https://files.scolvin.com/${MKDOCS_TOKEN}/mkdocs_material-9.4.2+insiders.4.42.0-py3-none-any.whl
env:
MKDOCS_TOKEN: ${{ secrets.mkdocs_token }}

Expand Down
2 changes: 1 addition & 1 deletion dirty_equals/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.7.1'
VERSION = '0.7.1-post0'
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ classifiers = [
]
requires-python = '>=3.7'
dependencies = [
'typing-extensions>=4.0.1;python_version<"3.8"',
'pytz>=2021.3',
]
optional-dependencies = {pydantic = ['pydantic>=2.4.2'] }
Expand Down

0 comments on commit 5da8ed1

Please sign in to comment.