Skip to content

Commit

Permalink
Update the Pipfile configuration
Browse files Browse the repository at this point in the history
Update the version of the `cryptography` package required to match the
version available from Alpine Linux 3.21.
  • Loading branch information
mcdonnnj committed Jan 14, 2025
1 parent 1f20b2c commit 678ef20
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 37 deletions.
4 changes: 2 additions & 2 deletions src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name = "pypi"
# Minimum version for IMDSv2 support
boto3 = ">=1.13.23"
# We need to use the system package version of this package. This matches the version
# available for Alpine Linux 3.20.
cryptography = "42.0.7"
# available for Alpine Linux 3.21.
cryptography = "44.0.0"
docopt = ">=0.6.2"
# We need a bugfix for behavior in newer versions of cloc. Since there is not a
# release on PyPI with the code in https://github.com/LLNL/scraper/pull/79, we
Expand Down
65 changes: 30 additions & 35 deletions src/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 678ef20

Please sign in to comment.