Skip to content

Commit

Permalink
chore: Update redis dependency to version 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed Jun 28, 2024
1 parent 8595eb4 commit 23f8f75
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/common/gen/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ docker==7.1.0
jinja2==3.1.4
kubernetes==30.1.0
python-dotenv==1.0.1
redis==5.0.6
redis==5.0.7
6 changes: 3 additions & 3 deletions src/common/gen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ pyyaml==6.0.1 \
--hash=sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d \
--hash=sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f
# via kubernetes
redis==5.0.6 \
--hash=sha256:38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197 \
--hash=sha256:c0d6d990850c627bbf7be01c5c4cbaadf67b48593e913bb71c9819c30df37eee
redis==5.0.7 \
--hash=sha256:0e479e24da960c690be5d9b96d21f7b918a98c0cf49af3b6fafaa0753f93a0db \
--hash=sha256:8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b
# via -r requirements.in
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
Expand Down
2 changes: 1 addition & 1 deletion src/deps/requirements-deps.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==24.1
pip==24.1.1
pip-compile-multi==2.6.4
pip-tools==7.4.1
pip-upgrader==1.4.15
Expand Down
6 changes: 3 additions & 3 deletions src/deps/requirements-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ packaging==24.1 \
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.1 \
--hash=sha256:a775837439bf5da2c1a0c2fa43d5744854497c689ddbd9344cf3ea6d00598540 \
--hash=sha256:bdae551038c0ce6a83030b4aedef27fc95f0daa683593fea22fa05e55ed8e317
pip==24.1.1 \
--hash=sha256:5aa64f65e1952733ee0a9a9b1f52496ebdb3f3077cc46f80a16d983b58d1180a \
--hash=sha256:efca15145a95e95c00608afeab66311d40bfb73bb2266a855befd705e6bb15a0
# via
# build
# pip-upgrader
Expand Down
2 changes: 1 addition & 1 deletion src/deps/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip==24.1
pip==24.1.1
pip-tools==7.4.1
setuptools==70.1.1
wheel==0.43.0
6 changes: 3 additions & 3 deletions src/deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ packaging==24.1 \
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.1 \
--hash=sha256:a775837439bf5da2c1a0c2fa43d5744854497c689ddbd9344cf3ea6d00598540 \
--hash=sha256:bdae551038c0ce6a83030b4aedef27fc95f0daa683593fea22fa05e55ed8e317
pip==24.1.1 \
--hash=sha256:5aa64f65e1952733ee0a9a9b1f52496ebdb3f3077cc46f80a16d983b58d1180a \
--hash=sha256:efca15145a95e95c00608afeab66311d40bfb73bb2266a855befd705e6bb15a0
# via build
pip-tools==7.4.1 \
--hash=sha256:4c690e5fbae2f21e87843e89c26191f0d9454f362d8acdbd695716493ec8b3a9 \
Expand Down
2 changes: 1 addition & 1 deletion tests/core/redis/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.111.0
redis==5.0.6
redis==5.0.7
requests==2.32.3
selenium<4.17.0
uvicorn[standard]==0.30.1
6 changes: 3 additions & 3 deletions tests/core/redis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@ pyyaml==6.0.1 \
--hash=sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d \
--hash=sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f
# via uvicorn
redis==5.0.6 \
--hash=sha256:38473cd7c6389ad3e44a91f4c3eaf6bcb8a9f746007f29bf4fb20824ff0b2197 \
--hash=sha256:c0d6d990850c627bbf7be01c5c4cbaadf67b48593e913bb71c9819c30df37eee
redis==5.0.7 \
--hash=sha256:0e479e24da960c690be5d9b96d21f7b918a98c0cf49af3b6fafaa0753f93a0db \
--hash=sha256:8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b
# via -r requirements.in
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
Expand Down

0 comments on commit 23f8f75

Please sign in to comment.