Skip to content

Commit

Permalink
Bump dnspython from 2.1.0 to 2.6.1 in /docker/superset/2/debian11/2.1 (
Browse files Browse the repository at this point in the history
…#2678)

* Bump dnspython from 2.1.0 to 2.6.1 in /docker/superset/2/debian11/2.1

Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.1.0 to 2.6.1.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.1.0...v2.6.1)

---
updated-dependencies:
- dependency-name: dnspython
  dependency-type: direct:production
...

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

* increase vm build timeout

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Armando Miani <[email protected]>
  • Loading branch information
dependabot[bot] and armandomiani authored Jul 15, 2024
1 parent bc76c0c commit dd1335b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild-vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# _LOGS_BUCKET - <GCS BUCKET TO EXPORT PACKER LOGS>
# _SOLUTION_NAME - <VM IMAGE TO BE BUILT>

timeout: 1800s # 30m
timeout: 2700s # 45m
options:
workerPool: projects/${PROJECT_ID}/locations/us-central1/workerPools/gcb-workers-pool-e2
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/superset/2/debian11/2.1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cryptography==38.0.4
dnspython==2.1.0
dnspython==2.6.1
email-validator==1.1.3
markupsafe==2.1.1
pillow==10.2.0
Expand Down

0 comments on commit dd1335b

Please sign in to comment.