Skip to content

Commit

Permalink
chore: scheduled pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Mar 24, 2024
1 parent cd317fe commit a4b4a0a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
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.64 \
--hash=sha256:8c6fbd3d45399a4e4685010117fb2dc52fc6afdab5a9460957d463ae0c2cc55d
boto3==1.34.69 \
--hash=sha256:2e25ef6bd325217c2da329829478be063155897d8d3b29f31f7f23ab548519b1
# via -r requirements.in
botocore==1.34.64 \
--hash=sha256:0ab760908749fe82325698591c49755a5bb20307d85a419aca9cc74e783b9407
botocore==1.34.69 \
--hash=sha256:d3802d076d4d507bf506f9845a6970ce43adc3d819dd57c2791f5c19ed6e5950
# 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.64 \
--hash=sha256:8c6fbd3d45399a4e4685010117fb2dc52fc6afdab5a9460957d463ae0c2cc55d
boto3==1.34.69 \
--hash=sha256:2e25ef6bd325217c2da329829478be063155897d8d3b29f31f7f23ab548519b1
# via -r requirements.in
botocore==1.34.64 \
--hash=sha256:0ab760908749fe82325698591c49755a5bb20307d85a419aca9cc74e783b9407
botocore==1.34.69 \
--hash=sha256:d3802d076d4d507bf506f9845a6970ce43adc3d819dd57c2791f5c19ed6e5950
# via
# -r requirements.in
# boto3
Expand Down
20 changes: 10 additions & 10 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ authlib==1.3.0 \
bandit==1.7.8 \
--hash=sha256:509f7af645bc0cd8fd4587abc1a038fc795636671ee8204d502b933aee44f381
# via -r test-requirements.in
boto3==1.34.64 \
--hash=sha256:8c6fbd3d45399a4e4685010117fb2dc52fc6afdab5a9460957d463ae0c2cc55d
boto3==1.34.69 \
--hash=sha256:2e25ef6bd325217c2da329829478be063155897d8d3b29f31f7f23ab548519b1
# via -r requirements.in
botocore==1.34.64 \
--hash=sha256:0ab760908749fe82325698591c49755a5bb20307d85a419aca9cc74e783b9407
botocore==1.34.69 \
--hash=sha256:d3802d076d4d507bf506f9845a6970ce43adc3d819dd57c2791f5c19ed6e5950
# via
# -r requirements.in
# boto3
Expand Down Expand Up @@ -331,8 +331,8 @@ gunicorn==21.2.0 \
idna==3.6 \
--hash=sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f
# via requests
importlib-metadata==7.0.2 \
--hash=sha256:f4bc4c0c070c490abf4ce96d715f68e95923320370efb66143df00199bb6c100
importlib-metadata==7.1.0 \
--hash=sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570
# via -r test-requirements.in
iniconfig==2.0.0 \
--hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
Expand Down Expand Up @@ -529,8 +529,8 @@ pytest==8.1.1 \
# via
# -r test-requirements.in
# pytest-cov
pytest-cov==4.1.0 \
--hash=sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a
pytest-cov==5.0.0 \
--hash=sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652
# via -r test-requirements.in
python-dateutil==2.9.0.post0 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
Expand Down Expand Up @@ -677,8 +677,8 @@ stevedore==5.2.0 \
tomlkit==0.12.4 \
--hash=sha256:5cd82d48a3dd89dee1f9d64420aa20ae65cfbd00668d6f094d7578a78efbb77b
# via pylint
typer==0.9.0 \
--hash=sha256:5d96d986a21493606a358cae4461bd8cdf83cbf33a5aa950ae629ca3b51467ee
typer==0.10.0 \
--hash=sha256:b8a587aa06d3c5422c09c2e9935eb80b4c9de8605fd5ab702b2f92d72246ca48
# via safety
typing-extensions==4.10.0 \
--hash=sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475
Expand Down

0 comments on commit a4b4a0a

Please sign in to comment.