Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kcloud committed Jun 1, 2023
1 parent 82e84fa commit 2aa7950
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 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.2
hooks:
- id: autopep8
args:
- --in-place
- --aggressive
- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.5.1
rev: 6.13.0
hooks:
- id: pip-compile
18 changes: 10 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# 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
asterism==0.8
# via -r requirements.in
bagit==1.8.1
# via asterism
certifi==2021.5.30
certifi==2023.5.7
# via
# elasticsearch
# requests
Expand Down Expand Up @@ -42,7 +42,7 @@ elasticsearch-dsl==7.4.0
# rac-es
electronbonder==1.0
# via -r requirements.in
idna==2.10
idna==3.4
# via requests
odin==1.7.3
# via
Expand All @@ -54,7 +54,7 @@ psycopg2-binary==2.9.3
# asterism
python-dateutil==2.8.2
# via elasticsearch-dsl
pytz==2021.1
pytz==2023.3
# via djangorestframework
rac-es==1.0.0
# via -r requirements.in
Expand All @@ -68,9 +68,11 @@ six==1.16.0
# electronbonder
# odin
# python-dateutil
sqlparse==0.4.2
sqlparse==0.4.4
# via django
urllib3==1.26.6
typing-extensions==4.6.2
# via asgiref
urllib3==1.26.16
# via
# elasticsearch
# requests

0 comments on commit 2aa7950

Please sign in to comment.