From bf3433bb3dc9e885afe2fd8b484766b6e158b139 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 16 Aug 2024 17:56:57 -0400 Subject: [PATCH] Bump dependencies --- .pre-commit-config.yaml | 4 ++-- package.json | 2 +- pdm.lock | 36 ++++++++++++++++++------------------ pnpm-lock.yaml | 10 +++++----- pyproject.toml | 4 ++-- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 999e4ce..6bbd57a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,13 +14,13 @@ repos: - id: djlint-reformat-django - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.2 + rev: v0.6.1 hooks: - id: ruff - id: ruff-format - repo: https://github.com/pdm-project/pdm - rev: 2.17.0 + rev: 2.18.1 hooks: - id: pdm-lock-check diff --git a/package.json b/package.json index e8ec3a6..7781ec7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "prettier": "^3.3.3", "sass": "^1.77.8", "typescript": "^5.5.4", - "vite": "^5.4.0" + "vite": "^5.4.1" }, "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/pdm.lock b/pdm.lock index 247314a..fb277e5 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "debug", "dev", "lint", "server", "typing"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:9a21c503f2ee5a390ab20a4edc47ec3bf9c2899b6995600c1ba45aed79b5df65" +content_hash = "sha256:fbe86ed2e7a1ce164ed8c00ecc3c51fa6a2b8a14209f3c60663fcc12d0367444" [[metadata.targets]] requires_python = "==3.11.*" @@ -734,7 +734,7 @@ files = [ [[package]] name = "django-template-partials" -version = "24.2" +version = "24.4" summary = "django-template-partials" groups = ["default"] marker = "python_version == \"3.11\"" @@ -742,8 +742,8 @@ dependencies = [ "Django", ] files = [ - {file = "django-template-partials-24.2.tar.gz", hash = "sha256:e594063faec6d012df3a4170edf3c5dcc07c82b1c311aa42a1a5838493fd3a72"}, - {file = "django_template_partials-24.2-py2.py3-none-any.whl", hash = "sha256:b859072e6b3cd780743399bf5e9cee8be1c56c88844425a4e669a65c136205b2"}, + {file = "django_template_partials-24.4-py2.py3-none-any.whl", hash = "sha256:ee59d3839385d7f648907c3fa8d5923fcd66cd8090f141fe2a1c338b917984e2"}, + {file = "django_template_partials-24.4.tar.gz", hash = "sha256:25b67301470fc274ecc419e5e5fd4686a5020b1c038fd241a70eb087809034b6"}, ] [[package]] @@ -1006,19 +1006,19 @@ files = [ [[package]] name = "google-api-python-client-stubs" -version = "1.26.0" +version = "1.27.0" requires_python = "<4.0,>=3.7" summary = "Type stubs for google-api-python-client" groups = ["dev"] marker = "python_version == \"3.11\"" dependencies = [ - "google-api-python-client>=2.130.0", + "google-api-python-client>=2.141.0", "types-httplib2>=0.22.0.2", "typing-extensions>=3.10.0", ] files = [ - {file = "google_api_python_client_stubs-1.26.0-py3-none-any.whl", hash = "sha256:0614b0cef5beac43e6ab02418f07e64ee66dc99ae4e377d54a155ac261533987"}, - {file = "google_api_python_client_stubs-1.26.0.tar.gz", hash = "sha256:f3b38b46f7b5cf4f6e7cc63ca554a2d23096d49c841f38b9ea553a5237074b56"}, + {file = "google_api_python_client_stubs-1.27.0-py3-none-any.whl", hash = "sha256:3c1f9f2a7cac8d1e9a7e84ed24e6c29cf4c643b0f94e39ed09ac1b7e91ab239a"}, + {file = "google_api_python_client_stubs-1.27.0.tar.gz", hash = "sha256:148e16613e070969727f39691e23a73cdb87c65a4fc8133abd4c41d17b80b313"}, ] [[package]] @@ -1169,7 +1169,7 @@ files = [ [[package]] name = "hypothesis" -version = "6.111.0" +version = "6.111.1" requires_python = ">=3.8" summary = "A library for property-based testing" groups = ["dev"] @@ -1180,13 +1180,13 @@ dependencies = [ "sortedcontainers<3.0.0,>=2.1.0", ] files = [ - {file = "hypothesis-6.111.0-py3-none-any.whl", hash = "sha256:7a51f678da3719a04a3ef61cd241384dd93b49f35d7cce22833745c66ac1d507"}, - {file = "hypothesis-6.111.0.tar.gz", hash = "sha256:04d0703621d9fdd61c079a4dda07babbe7ebf6d34eee6ad9484a2af0ee721801"}, + {file = "hypothesis-6.111.1-py3-none-any.whl", hash = "sha256:9422adbac4b2104f6cf92dc6604b5c9df975efc08ffc7145ecc39bc617243835"}, + {file = "hypothesis-6.111.1.tar.gz", hash = "sha256:6ab6185a858fa692bf125c0d0a936134edc318bee01c05e407c71c9ead0b61c5"}, ] [[package]] name = "hypothesis" -version = "6.111.0" +version = "6.111.1" extras = ["django"] requires_python = ">=3.8" summary = "A library for property-based testing" @@ -1194,11 +1194,11 @@ groups = ["dev"] marker = "python_version == \"3.11\"" dependencies = [ "django>=3.2", - "hypothesis==6.111.0", + "hypothesis==6.111.1", ] files = [ - {file = "hypothesis-6.111.0-py3-none-any.whl", hash = "sha256:7a51f678da3719a04a3ef61cd241384dd93b49f35d7cce22833745c66ac1d507"}, - {file = "hypothesis-6.111.0.tar.gz", hash = "sha256:04d0703621d9fdd61c079a4dda07babbe7ebf6d34eee6ad9484a2af0ee721801"}, + {file = "hypothesis-6.111.1-py3-none-any.whl", hash = "sha256:9422adbac4b2104f6cf92dc6604b5c9df975efc08ffc7145ecc39bc617243835"}, + {file = "hypothesis-6.111.1.tar.gz", hash = "sha256:6ab6185a858fa692bf125c0d0a936134edc318bee01c05e407c71c9ead0b61c5"}, ] [[package]] @@ -1850,14 +1850,14 @@ files = [ [[package]] name = "ruff" -version = "0.6.0" +version = "0.6.1" requires_python = ">=3.7" summary = "An extremely fast Python linter and code formatter, written in Rust." groups = ["lint"] marker = "python_version == \"3.11\"" files = [ - {file = "ruff-0.6.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f1749a0aef3ec41ed91a0e2127a6ae97d2e2853af16dbd4f3c00d7a3af726c5"}, - {file = "ruff-0.6.0.tar.gz", hash = "sha256:272a81830f68f9bd19d49eaf7fa01a5545c5a2e86f32a9935bb0e4bb9a1db5b8"}, + {file = "ruff-0.6.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d812615525a34ecfc07fd93f906ef5b93656be01dfae9a819e31caa6cfe758a1"}, + {file = "ruff-0.6.1.tar.gz", hash = "sha256:af3ffd8c6563acb8848d33cd19a69b9bfe943667f0419ca083f8ebe4224a3436"}, ] [[package]] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d9e6e1..5bab8dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,8 +40,8 @@ importers: specifier: ^5.5.4 version: 5.5.4 vite: - specifier: ^5.4.0 - version: 5.4.0(sass@1.77.8) + specifier: ^5.4.1 + version: 5.4.1(sass@1.77.8) packages: @@ -452,8 +452,8 @@ packages: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} - vite@5.4.0: - resolution: {integrity: sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==} + vite@5.4.1: + resolution: {integrity: sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -808,7 +808,7 @@ snapshots: unicorn-magic@0.1.0: {} - vite@5.4.0(sass@1.77.8): + vite@5.4.1(sass@1.77.8): dependencies: esbuild: 0.21.5 postcss: 8.4.41 diff --git a/pyproject.toml b/pyproject.toml index 76df0d3..6f2d80d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "django-bootstrap5~=24.2", "django-configurations[database,email]~=2.5", "django-vite~=3.0", - "django-template-partials~=24.2", + "django-template-partials~=24.4", "google-api-python-client~=2.141", "google-auth-oauthlib~=1.2", "django-model-utils~=4.5", @@ -168,7 +168,7 @@ dev = [ "ipython~=8.26", "hypothesis[django]~=6.111", "tblib~=3.0", - "google-api-python-client-stubs~=1.26", + "google-api-python-client-stubs~=1.27", "types-python-dateutil~=2.9", ]