Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
* origin/main:
  Update dependency ruff to ^0.7.0 (#5)
  Update python Docker tag to v3.13 (#7)
  Update dependency black to v24 (#8)
  • Loading branch information
jsdbroughton committed Nov 14, 2024
2 parents 45644ad + bb5e543 commit 3e25fb7
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 50 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We use the official Python 3.11 image as our base image and will add our code to it. For more details, see https://hub.docker.com/_/python
FROM python:3.11-slim
FROM python:3.13-slim

# We install poetry to generate a list of dependencies which will be required by our application
RUN pip install poetry
Expand Down
95 changes: 48 additions & 47 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 @@ -14,9 +14,9 @@ pandas = "^2.2.2"
python-dotenv = "^1.0.1"

[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
black = "^24.0.0"
mypy = "^1.3.0"
ruff = "^0.0.271"
ruff = "^0.7.0"
pydantic-settings = "^2.3.0"
pytest = "^7.4.2"
# specklepy = { path = "../specklepy", develop = true }
Expand Down

0 comments on commit 3e25fb7

Please sign in to comment.