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/django-s3file
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.5.5
Choose a base ref
...
head repository: codingjoe/django-s3file
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.5.6
Choose a head ref
  • 15 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 11, 2023

  1. Bump bandit from 1.7.5 to 1.7.6

    Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.5 to 1.7.6.
    - [Release notes](https://github.com/PyCQA/bandit/releases)
    - [Commits](PyCQA/bandit@1.7.5...1.7.6)
    
    ---
    updated-dependencies:
    - dependency-name: bandit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    39cc64c View commit details
    Browse the repository at this point in the history
  2. Bump isort from 5.12.0 to 5.13.0

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

Commits on Dec 12, 2023

  1. Bump black from 23.11.0 to 23.12.0

    Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.11.0...23.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    33f49e0 View commit details
    Browse the repository at this point in the history
  2. Bump isort from 5.13.0 to 5.13.1

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

Commits on Dec 18, 2023

  1. Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    bda13c1 View commit details
    Browse the repository at this point in the history
  2. Bump isort from 5.13.1 to 5.13.2

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

Commits on Jan 10, 2024

  1. Bump flake8 from 6.1.0 to 7.0.0

    Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0.
    - [Commits](PyCQA/flake8@6.1.0...7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: flake8
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b728e43 View commit details
    Browse the repository at this point in the history
  2. Bump black from 23.12.0 to 23.12.1

    Bumps [black](https://github.com/psf/black) from 23.12.0 to 23.12.1.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.0...23.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    be5a981 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Bump actions/cache from 3 to 4

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    91a941b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Bump black from 23.12.1 to 24.1.0

    Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.1...24.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    37f76f0 View commit details
    Browse the repository at this point in the history
  2. Bump bandit from 1.7.6 to 1.7.7

    Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.6 to 1.7.7.
    - [Release notes](https://github.com/PyCQA/bandit/releases)
    - [Commits](PyCQA/bandit@1.7.6...1.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: bandit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6f59161 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Bump codecov/codecov-action from 3 to 4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and codingjoe committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f9202cd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Bump black from 24.1.0 to 24.2.0

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

Commits on Mar 5, 2024

  1. Update Python and Django version support (#287)

    * Add Django 5.0
    * Add Django 4.2 LTS
    * Add Python 3.12
    * Drop Django 4.0 (EOL)
    * Drop Django 4.1 (EOL)
    * Drop Python 3.9
    codingjoe authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bdb771a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06070a8 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy