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

Bump six from 1.16.0 to 1.17.0 in /lib/metric-config-parser #705

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion lib/metric-config-parser/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ rpds-py==0.20.0
# via
# jsonschema
# referencing
six==1.16.0
six==1.17.0
# via python-dateutil
smmap==5.0.1
# via gitdb
Expand Down
6 changes: 3 additions & 3 deletions lib/metric-config-parser/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,9 @@ rpds-py==0.20.0 \
# -r requirements.in
# jsonschema
# referencing
six==1.16.0 \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
six==1.17.0 \
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
# via
# -r requirements.in
# python-dateutil
Expand Down
Loading