Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LisAnders/getting-started-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: GoogleCloudPlatform/getting-started-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 15 files changed
  • 4 contributors

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    8f289a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    daca19a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    787b743 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (GoogleCloudPlatform#540)

    * chore(deps): update all dependencies
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
    renovate-bot and dandhlee authored May 9, 2023
    Configuration menu
    Copy the full SHA
    b855426 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    ce88309 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency cryptography to v41 [security] (Google…

    …CloudPlatform#549)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [cryptography](https://togithub.com/pyca/cryptography) ([changelog](https://cryptography.io/en/latest/changelog/)) | `==40.0.2` -> `==41.0.0` | [![age](https://badges.renovateapi.com/packages/pypi/cryptography/41.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/cryptography/41.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/cryptography/41.0.0/compatibility-slim/40.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/cryptography/41.0.0/confidence-slim/40.0.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ### GitHub Vulnerability Alerts
    
    #### [GHSA-5cpq-8wj7-hf2v](https://togithub.com/pyca/cryptography/security/advisories/GHSA-5cpq-8wj7-hf2v)
    
    pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 0.5-40.0.2 are vulnerable to a security issue. More details about the vulnerability itself can be found in https://www.openssl.org/news/secadv/20230530.txt.
    
    If you are building cryptography source ("sdist") then you are responsible for upgrading your copy of OpenSSL. Only users installing from wheels built by the cryptography project (i.e., those distributed on PyPI) need to update their cryptography versions.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pyca/cryptography</summary>
    
    ### [`v41.0.0`](https://togithub.com/pyca/cryptography/compare/40.0.2...41.0.0)
    
    [Compare Source](https://togithub.com/pyca/cryptography/compare/40.0.2...41.0.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/getting-started-python).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate-bot authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f23ce88 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    8be59fc View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix: update libraries and python for the base image (GoogleCloudPlatf…

    …orm#570)
    
    * fix: update libraries and python for the base image
    
    * fix:update python to python3
    
    * fix: removing the python installation and using what's already installed
    
    * fix: resolve error around the use of apt instead of apt-get
    iennae authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    21d4d6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9da8db View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Configuration menu
    Copy the full SHA
    d6097aa View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. fix: modernize background app (GoogleCloudPlatform#572)

    * fix: modernize background app
    
    * fix: attempt to fix linting issues
    
    * fix: resolve server-side cross-site scripting
    
    * fix: resolve lint issue with import order.
    
    * chore: add temporary use of storage to check if auth is working correctly.
    
    * fix: moving the bucket_name to the right level of indentation.
    
    * tmp: adding an assert to use the bucket variable that should be removed.
    
    * fix: based on https://github.com/pallets/flask/pull/5223/files moving to the use of markupsafe for escape
    
    * fix: import order
    
    * fix: really fix the library order
    iennae authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    08418ec View commit details
    Browse the repository at this point in the history
Loading