-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: mbeacom/python-template
base: 0.2.2
head repository: mbeacom/python-template
compare: 0.2.3
- 8 commits
- 8 files changed
- 2 contributors
Commits on Jul 12, 2024
-
chore(deps-dev): Bump bandit from 1.7.7 to 1.7.8 (#127)
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.7...1.7.8) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for efade62 - Browse repository at this point
Copy the full SHA efade62View commit details -
chore(deps-dev): Bump coverage from 7.4.3 to 7.5.3 (#148)
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.3 to 7.5.3. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.4.3...7.5.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Beacom <7315957+mbeacom@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for af468b7 - Browse repository at this point
Copy the full SHA af468b7View commit details -
chore(deps-dev): Bump pytest from 8.0.2 to 8.2.2 (#151)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.2...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Beacom <7315957+mbeacom@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ded4a13 - Browse repository at this point
Copy the full SHA ded4a13View commit details -
chore(deps-dev): Bump ruff from 0.3.1 to 0.4.8 (#152)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.1 to 0.4.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.3.1...v0.4.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Beacom <7315957+mbeacom@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 610b3b2 - Browse repository at this point
Copy the full SHA 610b3b2View commit details -
chore(deps-dev): Bump mypy from 1.8.0 to 1.10.1 (#153)
Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Beacom <7315957+mbeacom@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 53d55af - Browse repository at this point
Copy the full SHA 53d55afView commit details -
chore(deps-dev): Bump the pip group with 7 updates (#154)
Bumps the pip group with 7 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.2.0` | `24.3.0` | | [authlib](https://github.com/lepture/authlib) | `1.3.0` | `1.3.1` | | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.7.4` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.1` | `2.2.2` | | [zipp](https://github.com/jaraco/zipp) | `3.17.0` | `3.19.1` | Updates `black` from 24.2.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.2.0...24.3.0) Updates `authlib` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/lepture/authlib/releases) - [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst) - [Commits](authlib/authlib@v1.3.0...v1.3.1) Updates `certifi` from 2024.2.2 to 2024.7.4 - [Commits](certifi/python-certifi@2024.02.02...2024.07.04) Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) Updates `requests` from 2.31.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.31.0...v2.32.2) Updates `urllib3` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.1...2.2.2) Updates `zipp` from 3.17.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.17.0...v3.19.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip - dependency-name: authlib dependency-type: indirect dependency-group: pip - dependency-name: certifi dependency-type: indirect dependency-group: pip - dependency-name: idna dependency-type: indirect dependency-group: pip - dependency-name: requests dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-type: indirect dependency-group: pip - dependency-name: zipp dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Beacom <7315957+mbeacom@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 883ae73 - Browse repository at this point
Copy the full SHA 883ae73View commit details -
chore(deps): Update project dependencies (#155)
* chore(deps): Update project dependencies * chore(deps): Update pre-commit and actions * chore: Update deps and safety handling
Configuration menu - View commit details
-
Copy full SHA for 1024ff9 - Browse repository at this point
Copy the full SHA 1024ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c3238 - Browse repository at this point
Copy the full SHA 72c3238View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.2.2...0.2.3