Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kcloud authored Feb 1, 2024
1 parent 73babc1 commit 123e521
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
repos:
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.6.0
rev: v2.0.4
hooks:
- id: autopep8
args:
- --in-place
- --aggressive
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.5.1
rev: 7.3.0
hooks:
- id: pip-compile
24 changes: 14 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
#
asgiref==3.4.1
asgiref==3.7.2
# via django
attrs==21.2.0
attrs==23.2.0
# via jsonschema
certifi==2021.10.8
certifi==2023.11.17
# via elasticsearch
django==4.0.3
# via
Expand All @@ -24,7 +24,7 @@ django-elasticsearch-dsl==7.2.2
# django-elasticsearch-dsl-drf
django-elasticsearch-dsl-drf==0.22.4
# via -r requirements.in
django-nine==0.2.5
django-nine==0.2.7
# via django-elasticsearch-dsl-drf
djangorestframework==3.13.1
# via
Expand All @@ -46,13 +46,15 @@ jsonschema==4.4.0
# via
# -r requirements.in
# rac-schemas
packaging==23.2
# via django-nine
psycopg2-binary==2.9.3
# via -r requirements.in
pyrsistent==0.18.0
pyrsistent==0.20.0
# via jsonschema
python-dateutil==2.8.2
# via elasticsearch-dsl
pytz==2021.3
pytz==2023.4
# via djangorestframework
pyyaml==6.0
# via -r requirements.in
Expand All @@ -68,9 +70,11 @@ six==1.16.0
# django-elasticsearch-dsl-drf
# elasticsearch-dsl
# python-dateutil
sqlparse==0.4.2
sqlparse==0.4.4
# via django
typing-extensions==4.9.0
# via asgiref
uritemplate==4.1.1
# via -r requirements.in
urllib3==1.26.7
urllib3==1.26.18
# via elasticsearch

0 comments on commit 123e521

Please sign in to comment.