From ab388ed28a9990ac0996ecd43beb4c97a3b0a806 Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Tue, 18 Jun 2024 10:44:41 +1000 Subject: [PATCH 1/5] Bump ruff to 0.4.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4793ec..214b912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "pytest-django==4.8.0", "pytest-mock==3.12.0", "pytest==8.0.2", - "ruff==0.3.0", + "ruff==0.4.9", "time-machine==2.13.0", "twine==4.0.2", "types-openpyxl==3.0.4.5", From 483da80b062d8656b020dcc3bd3019174fff2e17 Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Tue, 18 Jun 2024 10:48:38 +1000 Subject: [PATCH 2/5] Bump mypy to 1.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 214b912..85ae6b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "hypothesis==6.62.1", "moto[s3,sqs]==4.1", "mypy-boto3-s3==1.34.14", - "mypy==1.8.0", + "mypy==1.10.0", "numpy==1.22.2", "pre-commit>=3.2.0", "psycopg2>=2.8.4", From 695d0724a7f049a8be50dfc6fee75b254fbeb52c Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Tue, 18 Jun 2024 10:49:36 +1000 Subject: [PATCH 3/5] Bump pre-commit to 3.7.1 --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17ab015..d74bbba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files # Prevent giant files from being committed - id: check-ast # Checks whether the files parse as valid python. @@ -17,7 +17,7 @@ repos: - id: trailing-whitespace # Trims trailing whitespace. - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' + rev: 'v1.10.0' hooks: - id: mypy additional_dependencies: @@ -27,7 +27,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.3.0 + rev: v0.4.9 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index 85ae6b5..4291317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "mypy-boto3-s3==1.34.14", "mypy==1.10.0", "numpy==1.22.2", - "pre-commit>=3.2.0", + "pre-commit>=3.7.1", "psycopg2>=2.8.4", "pyarrow-stubs==10.0.1.6", "pytest-django==4.8.0", From 200b39acb1792d60e81f609eaf86daf0845c4a8a Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Tue, 18 Jun 2024 10:59:31 +1000 Subject: [PATCH 4/5] Bump time-machine to 2.14.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4291317..c941981 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "pytest-mock==3.12.0", "pytest==8.0.2", "ruff==0.4.9", - "time-machine==2.13.0", + "time-machine==2.14.1", "twine==4.0.2", "types-openpyxl==3.0.4.5", "types-python-dateutil==2.8.19.20240106", From c7a429a6c91dc959dfd2dfe2a0a8727dd54dbe08 Mon Sep 17 00:00:00 2001 From: Josh Smeaton Date: Tue, 18 Jun 2024 11:01:11 +1000 Subject: [PATCH 5/5] Bump mypy-boto-s3 to 1.34.120 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c941981..62342eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "botocore==1.29.53", "hypothesis==6.62.1", "moto[s3,sqs]==4.1", - "mypy-boto3-s3==1.34.14", + "mypy-boto3-s3==1.34.120", "mypy==1.10.0", "numpy==1.22.2", "pre-commit>=3.7.1",