Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: scheduled pip-compile #592

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements-fakefront.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
--only-binary :all:

boto3==1.34.158 \
--hash=sha256:c29e9b7e1034e8734ccaffb9f2b3f3df2268022fd8a93d836604019f8759ce27
boto3==1.35.0 \
--hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95
# via -r requirements.in
botocore==1.34.158 \
--hash=sha256:0e6fceba1e39bfa8feeba70ba3ac2af958b3387df4bd3b5f2db3f64c1754c756
botocore==1.35.0 \
--hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
# via
# -r requirements.in
# boto3
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
--only-binary :all:

boto3==1.34.158 \
--hash=sha256:c29e9b7e1034e8734ccaffb9f2b3f3df2268022fd8a93d836604019f8759ce27
boto3==1.35.0 \
--hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95
# via -r requirements.in
botocore==1.34.158 \
--hash=sha256:0e6fceba1e39bfa8feeba70ba3ac2af958b3387df4bd3b5f2db3f64c1754c756
botocore==1.35.0 \
--hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
# via
# -r requirements.in
# boto3
Expand Down
16 changes: 8 additions & 8 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ authlib==1.3.1 \
bandit==1.7.9 \
--hash=sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec
# via -r test-requirements.in
boto3==1.34.158 \
--hash=sha256:c29e9b7e1034e8734ccaffb9f2b3f3df2268022fd8a93d836604019f8759ce27
boto3==1.35.0 \
--hash=sha256:ada32dab854c46a877cf967b8a55ab1a7d356c3c87f1c8bd556d446ff03dfd95
# via -r requirements.in
botocore==1.34.158 \
--hash=sha256:0e6fceba1e39bfa8feeba70ba3ac2af958b3387df4bd3b5f2db3f64c1754c756
botocore==1.35.0 \
--hash=sha256:a3c96fe0b6afe7d00bad6ffbe73f2610953065fcdf0ed697eba4e1e5287cc84f
# via
# -r requirements.in
# boto3
Expand Down Expand Up @@ -786,11 +786,11 @@ six==1.16.0 \
stevedore==5.2.0 \
--hash=sha256:1c15d95766ca0569cad14cb6272d4d31dae66b011a929d7c18219c176ea1b5c9
# via bandit
tomlkit==0.13.0 \
--hash=sha256:7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264
tomlkit==0.13.2 \
--hash=sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde
# via pylint
typer==0.12.3 \
--hash=sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914
typer==0.12.4 \
--hash=sha256:819aa03699f438397e876aa12b0d63766864ecba1b579092cc9fe35d886e34b6
# via safety
typing-extensions==4.12.2 \
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d
Expand Down