Skip to content

Commit

Permalink
Merge pull request #65 from RockefellerArchiveCenter/dependency-updates
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
p-galligan authored Dec 3, 2024
2 parents 1163a44 + ebc499f commit 1162376
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 7.1.1
hooks:
- id: flake8
22 changes: 20 additions & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
coverage~=7.2
pytest~=7.2
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=test_requirements.txt test_requirements.in
#
coverage==7.6.8
# via -r test_requirements.in
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.4
# via -r test_requirements.in
tomli==2.2.1
# via pytest

0 comments on commit 1162376

Please sign in to comment.