Skip to content

Commit

Permalink
Remove duplicate jupysql in lock file (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Nov 28, 2023
1 parent 80ec1b1 commit 55e97af
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 37 deletions.
97 changes: 62 additions & 35 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python = "^3.8"

duckdb-engine = ">=0.7,<0.10"
ipython = "^8"
jupysql = ">=0.7"
jupysql = ">=0.10"
pandas = ">=1.5"
prql-python = "^0.10.0"
traitlets = "^5"
Expand Down Expand Up @@ -55,8 +55,8 @@ python-semantic-release = "^8.3.0"
ruff = "^0.1.0"
safety = "^2"
sphinx-rtd-theme = "^1.3.0"
xdoctest = "^1.1.1"
twine = "^4.0.2"
xdoctest = "^1.1.1"

[tool.semantic_release]
branch = "main"
Expand Down

0 comments on commit 55e97af

Please sign in to comment.