Skip to content

Commit

Permalink
Merge pull request #353 from RockefellerArchiveCenter/dependency-updates
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
HaSistrunk authored Sep 3, 2024
2 parents fd1ef76 + e4c2bf8 commit c8919df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ archivessnake==0.10.1
# via -r requirements.in
asgiref==3.8.1
# via django
attrs==23.2.0
attrs==24.2.0
# via archivessnake
boltons==24.0.0
# via archivessnake
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.14
django==4.2.15
# via
# -r requirements.in
# django-common-helpers
Expand All @@ -34,27 +34,27 @@ django4-cron==0.5.1
# via -r requirements.in
djangorestframework==3.15.2
# via -r requirements.in
idna==3.7
idna==3.8
# via
# requests
# yarl
inflect==6.0.5
# via -r requirements.in
more-itertools==10.3.0
more-itertools==10.4.0
# via archivessnake
multidict==6.0.5
# via yarl
ordered-set==4.1.0
# via -r requirements.in
psycopg2==2.9.9
# via -r requirements.in
pydantic==1.10.17
pydantic==1.10.18
# via inflect
pyyaml==6.0.1
pyyaml==6.0.2
# via
# archivessnake
# vcrpy
rapidfuzz==3.9.5
rapidfuzz==3.9.6
# via archivessnake
requests==2.32.3
# via
Expand All @@ -76,5 +76,5 @@ vcrpy==5.1.0
# via -r requirements.in
wrapt==1.16.0
# via vcrpy
yarl==1.9.4
yarl==1.9.6
# via vcrpy

0 comments on commit c8919df

Please sign in to comment.