Skip to content

Commit

Permalink
bump dependency of databind, update project files (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Feb 27, 2022
1 parent dee0460 commit 584b903
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-python@v2
with: { python-version: "3.10" }
- name: Install Slam
run: pip install -U pip pipx -q && pipx install $(cat .ci/slam-cli.txt)
run: pip install -U pip pipx -q && pipx install $(cat .github/files/slam-cli.txt)

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-python@v2
with: { python-version: "3.10" }
- name: Install Slam
run: pip install -r .ci/slam-cli.txt
run: pip install -r .github/files/slam-cli.txt
- name: Update PR references in changelogs
run: slam -vv changelog update-pr --use github-actions

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ mako
mkdocs
mkdocs-material
novella==0.1.2
-r ../.ci/slam-cli.txt
-r ../.github/files/slam-cli.txt
4 changes: 1 addition & 3 deletions docspec/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ packages = [{include="docspec", from="src"}]

[tool.poetry.dependencies]
python = "^3.7"
"databind.core" = "^1.0.0"
"databind.json" = "^1.0.0"
"databind" = "^1.5.0"
Deprecated = "^1.2.12"

[tool.poetry.dev-dependencies]
"databind.core" = "^1.2.1"
mypy = "*"
pytest = "*"
types-Deprecated = "*"
Expand Down

0 comments on commit 584b903

Please sign in to comment.