Skip to content
Closed
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
5 changes: 4 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ deprecated==1.2.18 \
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-semantic-conventions
dogpile-cache==1.3.4 \
dogpile-cache==1.4.0 \
--hash=sha256:4f0295575f5fdd3f7e13c84ba8e36656971d1869a2081b4737ec99ede378a8c0 \
--hash=sha256:a393412f93d24a8942fdf9248dc80678127d54c5e60a7be404027aa193cafe12
# via -r requirements.txt
Expand Down Expand Up @@ -1251,3 +1251,6 @@ setuptools==78.1.1 \
# via
# -r requirements-test.in
# pbr
dogpile.cache==1.4.0 \
--hash=sha256:b00a9e2f409cf9bf48c2e7a3e3e68dac5fa75913acbf1a62f827c812d35f3d09 \
--hash=sha256:f1581953afefd5f55743178694bf3b3ffb2782bba3d9537566a09db6daa48a63
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ deprecated==1.2.18 \
# opentelemetry-exporter-otlp-proto-grpc
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-semantic-conventions
dogpile-cache==1.3.4 \
dogpile-cache==1.4.0 \
--hash=sha256:4f0295575f5fdd3f7e13c84ba8e36656971d1869a2081b4737ec99ede378a8c0 \
--hash=sha256:a393412f93d24a8942fdf9248dc80678127d54c5e60a7be404027aa193cafe12
# via iib (setup.py)
Expand Down Expand Up @@ -1073,3 +1073,6 @@ zipp==3.21.0 \
# pinned when the requirements file includes hashes and the requirement is not
# satisfied by a package already installed. Consider using the --allow-unsafe flag.
# setuptools
dogpile.cache==1.4.0 \
--hash=sha256:b00a9e2f409cf9bf48c2e7a3e3e68dac5fa75913acbf1a62f827c812d35f3d09 \
--hash=sha256:f1581953afefd5f55743178694bf3b3ffb2782bba3d9537566a09db6daa48a63
Loading