Skip to content

Commit ff4a251

Browse files
authored
Update deps (#347)
* Update dependencies * Enable Mypy 2.0 allow_redefinition
1 parent b4e04f7 commit ff4a251

5 files changed

Lines changed: 306 additions & 266 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
contents: read
77

88
env:
9-
UV_VERSION: "0.11.8"
9+
UV_VERSION: "0.11.13"
1010

1111
jobs:
1212
test:

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
UV_VERSION: "0.11.8"
11+
UV_VERSION: "0.11.13"
1212

1313
jobs:
1414
deploy:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
FROM python:3.13-slim-trixie AS python_builder
1212

1313
# Pin uv to a specific version to make container builds reproducible.
14-
ENV UV_VERSION=0.11.8
14+
ENV UV_VERSION=0.11.13
1515
ENV UV_PYTHON_DOWNLOADS=never
1616

1717
# Set ENV variables that make Python more friendly to running inside a container.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ default-groups = "all"
8686
ignore_missing_imports = true
8787
strict = true
8888
enable_error_code = ["deprecated", "exhaustive-match", "explicit-override"]
89+
allow_redefinition = true
8990
# If certain strict config options are too pedantic for a project,
9091
# disable them selectively here by setting to false.
9192

0 commit comments

Comments
 (0)