Compare commits

...

8 Commits
v0.7.0 ... main

Author SHA1 Message Date
Bob Haddleton 6e65599e58
Merge pull request #150 from crossplane/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.11.9
2025-05-09 11:41:51 -05:00
Bob Haddleton a5cde9d9ee
Merge pull request #149 from crossplane/renovate/ipython-9.x
chore(deps): update dependency ipython to v9.2.0
2025-05-09 11:41:21 -05:00
renovate[bot] f99b12c0de
chore(deps): update dependency ruff to v0.11.9 2025-05-09 16:39:28 +00:00
Bob Haddleton 27e990f6aa
Merge pull request #146 from crossplane/renovate/protobuf-6.x
fix(deps): update dependency protobuf to v6
2025-05-09 11:39:03 -05:00
Nic Cope cf67e6d0fe
Merge pull request #147 from crossplane/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.11.7
2025-04-28 15:11:45 -07:00
renovate[bot] 14b6502f33
chore(deps): update dependency ipython to v9.2.0 2025-04-25 19:49:36 +00:00
renovate[bot] 7a915c2df7
chore(deps): update dependency ruff to v0.11.7 2025-04-24 19:53:55 +00:00
renovate[bot] 82e60b0596
fix(deps): update dependency protobuf to v6 2025-04-23 19:05:17 +00:00
1 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ classifiers = [
dependencies = [
"grpcio==1.71.0",
"grpcio-reflection==1.*",
"protobuf==5.29.3", # Must be compatible with grpcio-tools.
"protobuf==6.30.2", # Must be compatible with grpcio-tools.
"pydantic==2.*",
"structlog==25.*",
]
@ -39,7 +39,7 @@ validate-bump = false # Allow going from 0.0.0.dev0+x to 0
[tool.hatch.envs.default]
type = "virtual"
path = ".venv-default"
dependencies = ["ipython==9.1.0"]
dependencies = ["ipython==9.2.0"]
[tool.hatch.envs.generate]
type = "virtual"
@ -47,7 +47,7 @@ detached = true
path = ".venv-generate"
dependencies = [
"grpcio-tools==1.71.0",
"protobuf==5.29.3",
"protobuf==6.30.2",
]
[tool.hatch.envs.generate.scripts]
@ -66,7 +66,7 @@ packages = ["crossplane"]
# This special environment is used by hatch fmt.
[tool.hatch.envs.hatch-static-analysis]
dependencies = ["ruff==0.11.6"]
dependencies = ["ruff==0.11.9"]
config-path = "none" # Disable Hatch's default Ruff config.
[tool.ruff]