Skip to content

Commit

Permalink
Merge pull request #321 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
HaSistrunk authored Feb 6, 2024
2 parents 5dd487a + 6d9cb3b commit cfd4f21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- --in-place
- --aggressive
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.8
django==4.2.9
# via
# -r requirements.in
# django-common-helpers
Expand All @@ -40,17 +40,17 @@ idna==3.6
# yarl
inflect==6.0.5
# via -r requirements.in
more-itertools==10.1.0
more-itertools==10.2.0
# via archivessnake
multidict==6.0.4
# via yarl
ordered-set==4.1.0
# via -r requirements.in
psycopg2==2.9.9
# via -r requirements.in
pydantic==1.10.13
pydantic==1.10.14
# via inflect
pytz==2023.3.post1
pytz==2023.4
# via djangorestframework
pyyaml==6.0.1
# via
Expand All @@ -66,13 +66,13 @@ shortuuid==1.0.11
# via -r requirements.in
sqlparse==0.4.4
# via django
structlog==23.3.0
structlog==24.1.0
# via archivessnake
typing-extensions==4.9.0
# via
# asgiref
# pydantic
urllib3==2.1.0
urllib3==2.2.0
# via requests
vcrpy==5.1.0
# via -r requirements.in
Expand Down

0 comments on commit cfd4f21

Please sign in to comment.