Skip to content

Commit

Permalink
Bump idna from 3.4 to 3.7 in /images/minesweeper (#400)
Browse files Browse the repository at this point in the history
* Bump idna from 3.4 to 3.7 in /images/minesweeper

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* auto update of  tag

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Action <[email protected]>
Co-authored-by: Vivian Rook <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2024
1 parent 79d59f6 commit c785170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/minesweeper/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==3.2.0
# via requests
google-auth==2.22.0
# via kubernetes
idna==3.4
idna==3.7
# via requests
kubernetes==27.2.0
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion paws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ minesweeper:
enabled: false # most local-dev testers won't have the key to configs
image:
name: quay.io/wikimedia-paws-prod/minesweeper
tag: pr-340 # minesweeper tag managed by github actions
tag: pr-400 # minesweeper tag managed by github actions
template: "{{ .Values.minesweeper.image.name }}:{{ .Values.minesweeper.image.tag }}"
# If not deployed for prod use, we use the some hacks for testing
localdev:
Expand Down

0 comments on commit c785170

Please sign in to comment.