Skip to content

Commit

Permalink
chore(tools): consolidated updates (#10276)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Oct 6, 2024
1 parent 4a4dfb6 commit 0a86e3c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ci:
- statix
- taplo
default_stages:
- commit
- pre-commit
repos:
- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ update *deps: check-poetry
#!/usr/bin/env bash
set -euo pipefail
poetry update {{ deps }}
poetry update --lock {{ deps }}
just export-deps

# export locked dependencies
Expand Down
16 changes: 8 additions & 8 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 @@ -42,7 +42,7 @@ parsy = ">=2,<3"
python-dateutil = ">=2.8.2,<3"
pytz = ">=2022.7"
sqlglot = ">=23.4,<25.25"
toolz = ">=0.11,<1"
toolz = ">=0.11,<2"
typing-extensions = ">=4.3.0,<5"
numpy = { version = ">=1.23.2,<3", optional = true }
pandas = { version = ">=1.5.3,<3", optional = true }
Expand Down Expand Up @@ -94,7 +94,7 @@ google-cloud-storage = ">=2.7.0,<3"
ipython = ">=8.7.0,<9"
poetry-plugin-export = ">=1.6.0,<2"
poetry-dynamic-versioning = ">=0.18.0,<2"
pre-commit = ">=3.1,<4"
pre-commit = ">=4,<5"
pyinstrument = ">=4.5.1,<5"
ruff = ">=0.1.8"
tqdm = ">=4.66.1,<5"
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ poetry-plugin-export==1.8.0 ; python_version >= "3.10" and python_version < "4.0
poetry==1.8.3 ; python_version >= "3.10" and python_version < "4.0"
polars==1.9.0 ; python_version >= "3.10" and python_version < "4.0"
pprintpp==0.4.0 ; python_version >= "3.10" and python_version < "4.0"
pre-commit==3.8.0 ; python_version >= "3.10" and python_version < "4.0"
pre-commit==4.0.0 ; python_version >= "3.10" and python_version < "4.0"
prometheus-client==0.21.0 ; python_version >= "3.10" and python_version < "3.13"
prompt-toolkit==3.0.48 ; python_version >= "3.10" and python_version < "4.0"
proto-plus==1.24.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down Expand Up @@ -266,7 +266,7 @@ thrift==0.16.0 ; python_version >= "3.10" and python_version < "4.0"
tinycss2==1.3.0 ; python_version >= "3.10" and python_version < "3.13"
tomli==2.0.2 ; python_version >= "3.10" and python_version < "4.0"
tomlkit==0.13.2 ; python_version >= "3.10" and python_version < "4.0"
toolz==0.12.1 ; python_version >= "3.10" and python_version < "4.0"
toolz==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
tornado==6.4.1 ; python_version >= "3.10" and python_version < "3.13"
tqdm==4.66.5 ; python_version >= "3.10" and python_version < "4.0"
traitlets==5.14.3 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 0a86e3c

Please sign in to comment.