Skip to content

Commit 4ca5439

Browse files
authored
Merge pull request #87 from RockefellerArchiveCenter/development
Update Dependencies
2 parents e3f1638 + 74d9b6c commit 4ca5439

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/PyCQA/flake8
3-
rev: 6.0.0
3+
rev: 7.1.1
44
hooks:
55
- id: flake8
66
- repo: https://github.com/pre-commit/mirrors-autopep8
7-
rev: v2.0.1
7+
rev: v2.0.4
88
hooks:
99
- id: autopep8
1010
args: [--exit-code, --aggressive, --in-place, -r]
1111
- repo: https://github.com/PyCQA/isort
12-
rev: 5.12.0
12+
rev: 5.13.2
1313
hooks:
1414
- id: isort

test_requirements.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=test_requirements.txt test_requirements.in
@@ -38,18 +38,12 @@ pyproject-api==1.8.0
3838
# via tox
3939
requests==2.32.3
4040
# via docker
41-
tomli==2.1.0
42-
# via
43-
# pyproject-api
44-
# tox
4541
tox==4.23.2
4642
# via
4743
# -r test_requirements.in
4844
# tox-docker
4945
tox-docker==5.0.0
5046
# via -r test_requirements.in
51-
typing-extensions==4.12.2
52-
# via tox
5347
urllib3==2.2.3
5448
# via
5549
# docker

0 commit comments

Comments
 (0)