Skip to content

Commit 5c6819e

Browse files
committed
Update Python virtual environment dependencies
Update the version of Python declared in the Pipfile and update the dependencies installed in the Python virtual environment by running `pipenv lock` in the `src/` directory.
1 parent 912f11b commit 5c6819e

File tree

2 files changed

+144
-135
lines changed

2 files changed

+144
-135
lines changed

src/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ docopt = ">=0.6.2"
1111
llnl-scraper = {file = "https://github.com/cisagov/scraper/archive/v0.14.0-dev.tar.gz"}
1212

1313
[requires]
14-
python_full_version = "3.10.10"
14+
python_full_version = "3.12.3"

0 commit comments

Comments
 (0)