Skip to content

Commit

Permalink
Merge pull request #82 from smkent/update-cookie
Browse files Browse the repository at this point in the history
Apply updates from upstream project template
  • Loading branch information
smkent authored Nov 10, 2022
2 parents ccb705d + d70852c commit 6d9152e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/smkent/cookie-python",
"commit": "a893079686fd02969c4f1858dbcd687430035b86",
"commit": "eb6af6b06cfd2d0d33d899a24e3f79259b481370",
"context": {
"cookiecutter": {
"project_name": "jmapc",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/actions/python-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
PYTHON_KEYRING_BACKEND: "keyring.backends.null.Keyring"
run: |
poetry install
poetry lock --check
[ "$(poetry version -s)" != "0.0.0" ] \
|| { echo "Versioning broken"; exit 1; }
Expand Down
24 changes: 12 additions & 12 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 @@ -25,7 +25,6 @@ include = [
[tool.poetry.dependencies]
python = "^3.8"
dataclasses-json = "^0.5.6"
pre-commit = "*"
python-dateutil = "^2.8.2"
requests = "^2.27.1"
sseclient = "^0.0.27"
Expand All @@ -42,6 +41,7 @@ isort = "*"
mypy = "*"
pep8-naming = "*"
poethepoet = "*"
pre-commit = "*"
py = "1.11.0" # https://github.com/Teemu/pytest-sugar/issues/241
pytest = "*"
pytest-cov = "*"
Expand Down

0 comments on commit 6d9152e

Please sign in to comment.