Skip to content

Commit

Permalink
Bump pip from 24.0 to 24.1 in /components/shared_code
Browse files Browse the repository at this point in the history
Bumps [pip](https://github.com/pypa/pip) from 24.0 to 24.1.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@24.0...24.1)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent acce5b6 commit 3b828a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/shared_code/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
optional-dependencies.dev = [
"coverage==7.5.3",
"mongomock==4.1.2",
"pip==24.0",
"pip==24.1",
"pip-tools==7.4.1", # To add hashes to requirements
"pipx==1.6.0",
"types-python-dateutil==2.9.0.20240316",
Expand Down
6 changes: 3 additions & 3 deletions components/shared_code/requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,9 @@ wheel==0.43.0 \
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==24.0 \
--hash=sha256:ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc \
--hash=sha256:ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
pip==24.1 \
--hash=sha256:a775837439bf5da2c1a0c2fa43d5744854497c689ddbd9344cf3ea6d00598540 \
--hash=sha256:bdae551038c0ce6a83030b4aedef27fc95f0daa683593fea22fa05e55ed8e317
# via
# pip-tools
# shared-code (pyproject.toml)
Expand Down

0 comments on commit 3b828a1

Please sign in to comment.