From a1b9ba1cb167c31ae0ec413a81594dc83f3f5f7d Mon Sep 17 00:00:00 2001 From: HaSistrunk <15254041+HaSistrunk@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:22:31 +0000 Subject: [PATCH] Dependency updates --- .pre-commit-config.yaml | 2 +- requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28c9636..f20a7e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - --in-place - --aggressive - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/pycqa/isort diff --git a/requirements.txt b/requirements.txt index b243521..5e3a9e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,13 +6,13 @@ # asgiref==3.8.1 # via django -attrs==23.2.0 +attrs==24.2.0 # via # jsonschema # referencing -certifi==2024.7.4 +certifi==2024.8.30 # via elasticsearch -django==4.2.14 +django==4.2.15 # via # -r requirements.in # django-cors-headers @@ -53,7 +53,7 @@ jsonschema==4.23.0 # rac-schema-validator jsonschema-specifications==2023.12.1 # via jsonschema -markdown==3.6 +markdown==3.7 # via -r requirements.in packaging==24.1 # via django-nine @@ -61,9 +61,9 @@ psycopg2==2.9.9 # via -r requirements.in python-dateutil==2.9.0.post0 # via elasticsearch-dsl -pyyaml==6.0.1 +pyyaml==6.0.2 # via -r requirements.in -rac-es==1.0.0 +rac-es==1.1.0 # via -r requirements.in rac-schema-validator==0.1 # via -r requirements.in @@ -71,7 +71,7 @@ referencing==0.35.1 # via # jsonschema # jsonschema-specifications -rpds-py==0.19.1 +rpds-py==0.20.0 # via # jsonschema # referencing @@ -89,5 +89,5 @@ typing-extensions==4.12.2 # via asgiref uritemplate==4.1.1 # via -r requirements.in -urllib3==1.26.19 +urllib3==1.26.20 # via elasticsearch