Skip to content

Commit

Permalink
Merge pull request #301 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
helrond authored Aug 7, 2023
2 parents e31e7a9 + 35c665e commit 85d3290
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ repos:
- --in-place
- --aggressive
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/jazzband/pip-tools
rev: 6.13.0
rev: 7.1.0
hooks:
- id: pip-compile
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ attrs==23.1.0
# via archivessnake
boltons==23.0.0
# via archivessnake
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
django==4.2.2
django==4.2.3
# via
# -r requirements.in
# django-cors-headers
Expand All @@ -34,7 +34,7 @@ idna==3.4
# yarl
inflect==5.6.2
# via -r requirements.in
more-itertools==9.1.0
more-itertools==10.0.0
# via archivessnake
multidict==6.0.4
# via yarl
Expand All @@ -44,11 +44,11 @@ psycopg2==2.9.6
# via -r requirements.in
pytz==2023.3
# via djangorestframework
pyyaml==6.0
pyyaml==6.0.1
# via
# archivessnake
# vcrpy
rapidfuzz==3.1.1
rapidfuzz==3.1.2
# via archivessnake
requests==2.31.0
# via
Expand All @@ -62,9 +62,9 @@ sqlparse==0.4.4
# via django
structlog==23.1.0
# via archivessnake
typing-extensions==4.7.0
typing-extensions==4.7.1
# via asgiref
urllib3==2.0.3
urllib3==2.0.4
# via requests
vcrpy==4.4.0
# via -r requirements.in
Expand Down

0 comments on commit 85d3290

Please sign in to comment.