Skip to content

Commit

Permalink
Update pants lockfile to include Pygment
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Mar 14, 2024
1 parent c5b1943 commit 45c256a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions lockfiles/st2.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// ],
// "generated_with_requirements": [
// "PyYAML",
// "Pygments",
// "RandomWords",
// "apscheduler",
// "argcomplete",
Expand Down Expand Up @@ -3336,6 +3337,27 @@
"requires_python": "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7",
"version": "2.21"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c",
"url": "https://files.pythonhosted.org/packages/97/9c/372fef8377a6e340b1704768d20daaded98bf13282b5327beb2e2fe2c7ef/pygments-2.17.2-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367",
"url": "https://files.pythonhosted.org/packages/55/59/8bccf4157baf25e4aa5a0bb7fa3ba8600907de105ebc22b0c78cfbf6f565/pygments-2.17.2.tar.gz"
}
],
"project_name": "pygments",
"requires_dists": [
"colorama>=0.4.6; extra == \"windows-terminal\"",
"importlib-metadata; python_version < \"3.8\" and extra == \"plugins\""
],
"requires_python": ">=3.7",
"version": "2.17.2"
},
{
"artifacts": [
{
Expand Down Expand Up @@ -6126,6 +6148,7 @@
"prefer_older_binary": false,
"requirements": [
"PyYAML",
"Pygments",
"RandomWords",
"apscheduler",
"argcomplete",
Expand Down

0 comments on commit 45c256a

Please sign in to comment.