Skip to content

Commit

Permalink
update 3rd party libraries (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
pksol authored Jun 2, 2022
1 parent b91d068 commit 93ce8bf
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup pip
run: python -m pip install pip==21.0.1
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.11
uses: JRubics/poetry-publish@v1.10
with:
python_version: '3.8.10'
poetry_version: "==1.1.4"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup pip
run: python -m pip install pip==21.0.1
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.11
uses: JRubics/poetry-publish@v1.10
with:
python_version: '3.8.10'
poetry_version: "==1.1.4"
Expand Down
78 changes: 36 additions & 42 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pytest-fastapi-deps"
version = "0.2.0"
version = "0.2.1"
description = "A fixture which allows easy replacement of fastapi dependencies for testing"
readme = "README.md"
authors = ["Peter Kogan <[email protected]>"]
Expand Down Expand Up @@ -38,7 +38,6 @@ pytest_fastapi_deps = "pytest_fastapi_deps"
[tool.poetry.dependencies]
python = "^3.7"
importlib_metadata = {version = "^4.5.0", python = "<3.8"}
click = "<8.1"
fastapi = "*"
pytest = "*"

Expand Down

0 comments on commit 93ce8bf

Please sign in to comment.