Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kcloud committed Nov 1, 2023
1 parent 82e84fa commit 1826e99
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 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: 6.1.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: 7.3.0
hooks:
- id: pip-compile
20 changes: 11 additions & 9 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
asterism==0.8.0
# via -r requirements.in
bagit==1.8.1
# via asterism
certifi==2021.5.30
certifi==2023.7.22
# 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.post1
# 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.8.0
# via asgiref
urllib3==1.26.18
# via
# elasticsearch
# requests

0 comments on commit 1826e99

Please sign in to comment.