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: PacktPublishing/Mastering-Python-Networking
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ibiscum/Mastering-Python-Networking
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 28, 2024

  1. Bump the pip group across 1 directory with 5 updates

    Bumps the pip group with 5 updates in the /Chapter09 directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [flask](https://github.com/pallets/flask) | `0.10.1` | `2.2.5` |
    | [jinja2](https://github.com/pallets/jinja) | `2.7.3` | `3.1.4` |
    | [werkzeug](https://github.com/pallets/werkzeug) | `0.9.6` | `3.0.3` |
    | [httpie](https://github.com/httpie/cli) | `0.8.0` | `3.2.3` |
    | [requests](https://github.com/psf/requests) | `2.3.0` | `2.32.2` |
    
    
    
    Updates `flask` from 0.10.1 to 2.2.5
    - [Release notes](https://github.com/pallets/flask/releases)
    - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
    - [Commits](pallets/flask@0.10.1...2.2.5)
    
    Updates `jinja2` from 2.7.3 to 3.1.4
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@2.7.3...3.1.4)
    
    Updates `werkzeug` from 0.9.6 to 3.0.3
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@0.9.6...3.0.3)
    
    Updates `httpie` from 0.8.0 to 3.2.3
    - [Release notes](https://github.com/httpie/cli/releases)
    - [Changelog](https://github.com/httpie/cli/blob/master/CHANGELOG.md)
    - [Commits](httpie/cli@0.8.0...3.2.3)
    
    Updates `requests` from 2.3.0 to 2.32.2
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.3.0...v2.32.2)
    
    ---
    updated-dependencies:
    - dependency-name: flask
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: jinja2
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: werkzeug
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: httpie
      dependency-type: direct:production
      dependency-group: pip
    - dependency-name: requests
      dependency-type: direct:production
      dependency-group: pip
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    ce33937 View commit details
    Browse the repository at this point in the history
  2. Create dependabot.yml

    ibiscum authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d5b8ef4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from ibiscum/dependabot/pip/Chapter09/pip-469a3…

    …5ff4c
    
    Bump the pip group across 1 directory with 5 updates
    ibiscum authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    aef3eed View commit details
    Browse the repository at this point in the history
  4. Bump markupsafe from 0.23 to 2.1.5

    Bumps [markupsafe](https://github.com/pallets/markupsafe) from 0.23 to 2.1.5.
    - [Release notes](https://github.com/pallets/markupsafe/releases)
    - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
    - [Commits](pallets/markupsafe@0.23...2.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: markupsafe
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    556bbcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce2b986 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from ibiscum/dependabot/pip/markupsafe-2.1.5

    Bump markupsafe from 0.23 to 2.1.5
    ibiscum authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1fa97fb View commit details
    Browse the repository at this point in the history
Loading