Skip to content

Commit

Permalink
Pin letsbuilda-pypi==4.0.0 (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
shenanigansd authored Oct 1, 2023
1 parent 0e55463 commit d612898
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ function Invoke-Install-Dev

function Invoke-Update-Deps
{
pip-compile --output-file requirements.txt --resolver=backtracking requirements.in
pip-compile --output-file requirements.txt requirements.in
}

function Invoke-Upgrade-Deps
{
pre-commit autoupdate
pip-compile --output-file requirements.txt --resolver=backtracking --upgrade requirements.in
pip-compile --output-file requirements.txt --upgrade requirements.in
}

function Invoke-Lint
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ arrow
regex
# exts/dragonfly
# exts/pypi
letsbuilda-pypi
letsbuilda-pypi==4.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt --resolver=backtracking requirements.in
# pip-compile --output-file=requirements.txt requirements.in
#
aiodns==3.0.0
# via pydis-core
Expand Down

0 comments on commit d612898

Please sign in to comment.