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: codingjoe/joeflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: codingjoe/joeflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.1
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 28, 2022

  1. Bump flake8 from 5.0.4 to 6.0.0 (#64)

    Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0.
    - [Release notes](https://github.com/pycqa/flake8/releases)
    - [Commits](PyCQA/flake8@5.0.4...6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    893f402 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Bump black from 22.10.0 to 22.12.0

    Bumps [black](https://github.com/psf/black) from 22.10.0 to 22.12.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.10.0...22.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    ad681c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Bump isort from 5.10.1 to 5.11.3

    Bumps [isort](https://github.com/pycqa/isort) from 5.10.1 to 5.11.3.
    - [Release notes](https://github.com/pycqa/isort/releases)
    - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
    - [Commits](PyCQA/isort@5.10.1...5.11.3)
    
    ---
    updated-dependencies:
    - dependency-name: isort
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    474d723 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Bump isort from 5.11.3 to 5.11.4

    Bumps [isort](https://github.com/pycqa/isort) from 5.11.3 to 5.11.4.
    - [Release notes](https://github.com/pycqa/isort/releases)
    - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
    - [Commits](PyCQA/isort@5.11.3...5.11.4)
    
    ---
    updated-dependencies:
    - dependency-name: isort
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    1fd8b8f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Unpin django-dramatiq version (#68)

    Follow up to #58
    Issues mentioned were fixed in the latest django-dramatiq version, 0.11.2.
    So it should work just fine now, we can unpin it.
    amureki authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    448d9d9 View commit details
    Browse the repository at this point in the history
Loading