diff options
author | Chih-Hsuan Yen | 2024-06-14 20:24:03 +0800 |
---|---|---|
committer | Chih-Hsuan Yen | 2024-06-14 20:24:03 +0800 |
commit | 2ff37c36b918fe36ecfb8314909e51d4c3c4a498 (patch) | |
tree | 578fe5298a1a3cc217594a3ec076ad0b2bc00bf6 /.nvchecker.toml | |
parent | 3954635da732e781c036f153f71869bc3084728a (diff) | |
download | aur-2ff37c36b918fe36ecfb8314909e51d4c3c4a498.tar.gz |
Revert "Use nvchecker to ignore newer versions"
This reverts commit 6ee3cb0305b61e99f6f7eaa163132e082ec62537.
Diffstat (limited to '.nvchecker.toml')
-rw-r--r-- | .nvchecker.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml index 931cfedae203..a6424461f882 100644 --- a/.nvchecker.toml +++ b/.nvchecker.toml @@ -1,5 +1,3 @@ [python-pynamodb] source = "pypi" pypi = "pynamodb" -# 6.x breaks python-aws-xray-sdk https://github.com/aws/aws-xray-sdk-python/issues/436 -include_regex = "^5\\..*" |