Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.11
3.13.12
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PYTHON_VERSION=3.11.11
ARG PYTHON_VERSION=3.13.12

FROM python:${PYTHON_VERSION}-slim-bookworm AS build_base

Expand Down
4 changes: 2 additions & 2 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jsonschema2md==0.4.0
fastjsonschema==2.16.2
sentry-sdk==2.33.2
myst-parser==0.18.0
sphinx==5.1.1
myst-parser==5.0.0
sphinx==9.0.4
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ version = "26.2.0.dev0"
dependencies = [
"blinker>=1.9",
"click>=8.1.7",
"clickhouse-driver>=0.2.9",
"clickhouse-driver>=0.2.10",
"confluent-kafka>=2.7.0",
"datadog>=0.49.1",
"devservices>=1.2.1",
"fastjsonschema>=2.16.2",
"flask>=3.1.0",
"freezegun>=1.2.2",
"freezegun>=1.5.5",
"google-api-core>=2.19.1",
"google-api-python-client>=2.88.0",
"google-cloud-storage>=2.18.0",
Expand Down Expand Up @@ -74,7 +74,7 @@ snuba = "snuba.cli:main"
[dependency-groups]
dev = [
"devservices>=1.2.1",
"freezegun>=1.2.2",
"freezegun>=1.5.5",
"honcho>=1.1.0",
"mypy>=1.1.1",
# pip required for maturin develop
Expand All @@ -101,7 +101,7 @@ dev = [
[tool.ruff]
# File filtering is taken care of in pre-commit.
line-length = 100
target-version = "py311"
target-version = "py313"

[tool.ruff.lint]
select = [
Expand All @@ -123,7 +123,7 @@ ignore = [
]

[tool.mypy]
python_version = "3.11"
python_version = "3.13"
strict = true
ignore_missing_imports = false
files = ["."]
Expand Down
2 changes: 1 addition & 1 deletion rust_snuba/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ features = ["pyo3/extension-module"]
[project]
name = "rust_snuba"
version = "0.0.0" # required for uv, not actually used
requires-python = ">=3.11"
requires-python = ">=3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down
Loading
Loading