Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy release v0.7.0 #249

Merged
merged 26 commits into from
Jul 26, 2023
Merged

Deploy release v0.7.0 #249

merged 26 commits into from
Jul 26, 2023

Conversation

fpinto-cdd
Copy link
Contributor

Ref: #248

jtrobles-cdd and others added 26 commits July 10, 2023 15:52
Add custom method `User.__repr__()` that includes the `User’s` `id` in
addition to the username.
Add improved `__repr__()` to `User` model
…-run-test

Fix broken Make task `docker-compose-run-test`
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.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.1.2...v3.1.4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…/codecov-action-3.1.4

chore: Bump codecov/codecov-action from 3.1.2 to 3.1.4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.5.0...v4.7.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…/setup-python-4.7.0

chore: Bump actions/setup-python from 4.5.0 to 4.7.0
Bumps [flake8](https://github.com/pycqa/flake8) from 3.8.4 to 6.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@3.8.4...6.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>
chore(deps): Bump flake8 from 3.8.4 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.3.0...v3.5.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…/checkout-3.5.3

chore: Bump actions/checkout from 3.3.0 to 3.5.3
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.0.4 to 3.0.6.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v3.0.4...v3.0.6)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…/dependency-review-action-3.0.6

chore: Bump actions/dependency-review-action from 3.0.4 to 3.0.6
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.1 to 7.2.7.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.2.1...7.2.7)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): Bump coverage from 7.2.1 to 7.2.7
Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.4.1.
- [Commits](python/mypy@v1.1.1...v1.4.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): Bump mypy from 1.1.1 to 1.4.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.6.0 to 68.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v67.6.0...v68.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [twine](https://github.com/pypa/twine) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@4.0.1...4.0.2)

---
updated-dependencies:
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@fpinto-cdd fpinto-cdd added task Task or chore kind: deploy Deployment labels Jul 26, 2023
@fpinto-cdd fpinto-cdd self-assigned this Jul 26, 2023
@fpinto-cdd fpinto-cdd merged commit 4eb7356 into master Jul 26, 2023
25 checks passed
@fpinto-cdd fpinto-cdd deleted the deploy/v0.7.0 branch July 26, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: deploy Deployment task Task or chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants