Skip to content

Commit 73a003a

Browse files
committed
Update the llnl-scraper version constraint in the Pipfile
We need some changes that were added in the LLNL/scraper repo but do not yet have a PyPI release. Rather than continue to use a fork in our GitHub organization it makes sense to pull in LLNL/scraper at a specific commit until a new version is release to PyPI.
1 parent 36a533c commit 73a003a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/Pipfile

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ name = "pypi"
77
# Minimum version for IMDSv2 support
88
boto3 = ">=1.13.23"
99
docopt = ">=0.6.2"
10-
# Use our fork for required functionality that is not in LLNL/scraper yet.
11-
llnl-scraper = {file = "https://github.com/cisagov/scraper/archive/v0.14.0-dev.tar.gz"}
10+
# We need a bugfix for behavior in newer versions of cloc. Since there is not a
11+
# release on PyPI with the code in https://github.com/LLNL/scraper/pull/79, we
12+
# must instead pull directly from the GitHub repository. We use the latest (as
13+
# of this comment) commit on the default branch to serve as our version pin
14+
# equivalent.
15+
llnl-scraper = {file = "https://api.github.com/repos/LLNL/scraper/tarball/536a72ce1ceb2e209281ff72a2ed59e735d45c33"}
1216

1317
[requires]
1418
python_full_version = "3.12.3"

src/Pipfile.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)