summarylogtreecommitdiffstats
path: root/.nvchecker.toml
diff options
context:
space:
mode:
authorChih-Hsuan Yen2024-06-14 20:24:03 +0800
committerChih-Hsuan Yen2024-06-14 20:24:03 +0800
commit2ff37c36b918fe36ecfb8314909e51d4c3c4a498 (patch)
tree578fe5298a1a3cc217594a3ec076ad0b2bc00bf6 /.nvchecker.toml
parent3954635da732e781c036f153f71869bc3084728a (diff)
downloadaur-2ff37c36b918fe36ecfb8314909e51d4c3c4a498.tar.gz
Revert "Use nvchecker to ignore newer versions"
This reverts commit 6ee3cb0305b61e99f6f7eaa163132e082ec62537.
Diffstat (limited to '.nvchecker.toml')
-rw-r--r--.nvchecker.toml2
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\\..*"