Skip to content

Commit

Permalink
Add memray max version (capitalone#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
abajpai15 committed Apr 15, 2024
1 parent 8c8f8f9 commit 1bcc242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ repos:
pytest-xdist>=2.1.0,
pytest-forked>=1.3.0,
toolz>=0.10.0,
memray>=1.7.0,
'memray>=1.7.0,<1.12.0',
]
# Check-manifest: ensures required non-Python files are included in MANIFEST.in
# https://github.com/mgedmin/check-manifest/blob/master/.pre-commit-hooks.yaml
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pytest-cov>=2.8.1
pytest-xdist>=2.1.0
pytest-forked>=1.3.0
toolz>=0.10.0
memray>=1.7.0
memray>=1.7.0,<1.12.0

0 comments on commit 1bcc242

Please sign in to comment.