Skip to content

Commit

Permalink
build(deps): bump the local group (#43)
Browse files Browse the repository at this point in the history
Bumps the local group in /ansible/.ansible/dwm/roles/pkg/requirements with 2 updates: [ipython](https://github.com/ipython/ipython) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `ipython` from 8.19.0 to 8.22.1
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.19.0...8.22.1)

Updates `pre-commit` from 3.6.0 to 3.6.2
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.6.0...v3.6.2)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: local
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: local
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2024
1 parent 1fa5879 commit 9f01888
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ansible/.ansible/dwm/roles/pkg/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ identify==2.5.33
# via pre-commit
idna==3.6
# via requests
ipython==8.19.0
# via -r pip-venv.in
ipython==8.22.1
# via -r local.in
jedi==0.19.1
# via ipython
matplotlib-inline==0.1.6
Expand All @@ -44,8 +44,8 @@ pexpect==4.9.0
# via ipython
platformdirs==4.1.0
# via virtualenv
pre-commit==3.6.0
# via -r pip-venv.in
pre-commit==3.6.2
# via -r local.in
prompt-toolkit==3.0.43
# via ipython
ptyprocess==0.7.0
Expand Down Expand Up @@ -79,4 +79,4 @@ wcwidth==0.2.12
websockets==12.0
# via yt-dlp
yt-dlp==2023.11.16
# via -r pip-venv.in
# via -r local.in

0 comments on commit 9f01888

Please sign in to comment.