From 13831b7fef8c4bc4aae878b55c19ca8208d09fd3 Mon Sep 17 00:00:00 2001 From: HaSistrunk Date: Mon, 1 Jan 2024 00:17:38 +0000 Subject: [PATCH] Dependency updates --- .pre-commit-config.yaml | 2 +- requirements.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 102e5a4..54bbfb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/jazzband/pip-tools diff --git a/requirements.txt b/requirements.txt index 9525ceb..3f4fec8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,13 +6,13 @@ # asgiref==3.7.2 # via django -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing certifi==2023.11.17 # via elasticsearch -django==4.2.7 +django==4.2.8 # via # -r requirements.in # django-cors-headers @@ -51,7 +51,7 @@ jsonschema==4.20.0 # via # -r requirements.in # rac-schema-validator -jsonschema-specifications==2023.11.2 +jsonschema-specifications==2023.12.1 # via jsonschema packaging==23.2 # via django-nine @@ -67,11 +67,11 @@ rac-es==1.0.0 # via -r requirements.in rac-schema-validator==0.1 # via -r requirements.in -referencing==0.31.1 +referencing==0.32.0 # via # jsonschema # jsonschema-specifications -rpds-py==0.13.2 +rpds-py==0.16.2 # via # jsonschema # referencing @@ -85,7 +85,7 @@ six==1.16.0 # python-dateutil sqlparse==0.4.4 # via django -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via asgiref uritemplate==4.1.1 # via -r requirements.in