-
Notifications
You must be signed in to change notification settings - Fork 674
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
fix missing error msg #1378
Merged
Merged
fix missing error msg #1378
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
leplatrem
added a commit
to mozilla/jira-bugzilla-integration
that referenced
this pull request
Jun 6, 2024
github-actions bot
pushed a commit
to mozilla/jira-bugzilla-integration
that referenced
this pull request
Jun 6, 2024
* Bump the minor-patch group across 1 directory with 7 updates Bumps the minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.7.1` | `2.7.2` | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.1` | | [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api) | `3.41.11` | `3.41.13` | | [requests](https://github.com/psf/requests) | `2.32.0` | `2.32.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.5.3` | | [types-requests](https://github.com/python/typeshed) | `2.31.0.20240406` | `2.32.0.20240602` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.4` | `0.4.7` | Updates `pydantic` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.1...v2.7.2) Updates `uvicorn` from 0.29.0 to 0.30.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.29.0...0.30.1) Updates `atlassian-python-api` from 3.41.11 to 3.41.13 - [Release notes](https://github.com/atlassian-api/atlassian-python-api/releases) - [Commits](atlassian-api/atlassian-python-api@3.41.11...3.41.13) Updates `requests` from 2.32.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.0...v2.32.3) Updates `coverage` from 7.5.1 to 7.5.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.1...7.5.3) Updates `types-requests` from 2.31.0.20240406 to 2.32.0.20240602 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.4.4 to 0.4.7 - [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.4.4...v0.4.7) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: atlassian-python-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Remove hack now that atlassian-api/atlassian-python-api#1378 was fixed --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]>
davehunt
pushed a commit
to davehunt/jira-bugzilla-integration
that referenced
this pull request
Jan 29, 2025
…#1011) * Bump the minor-patch group across 1 directory with 7 updates Bumps the minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.7.1` | `2.7.2` | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.1` | | [atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api) | `3.41.11` | `3.41.13` | | [requests](https://github.com/psf/requests) | `2.32.0` | `2.32.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.5.3` | | [types-requests](https://github.com/python/typeshed) | `2.31.0.20240406` | `2.32.0.20240602` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.4` | `0.4.7` | Updates `pydantic` from 2.7.1 to 2.7.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.1...v2.7.2) Updates `uvicorn` from 0.29.0 to 0.30.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.29.0...0.30.1) Updates `atlassian-python-api` from 3.41.11 to 3.41.13 - [Release notes](https://github.com/atlassian-api/atlassian-python-api/releases) - [Commits](atlassian-api/atlassian-python-api@3.41.11...3.41.13) Updates `requests` from 2.32.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.0...v2.32.3) Updates `coverage` from 7.5.1 to 7.5.3 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.1...7.5.3) Updates `types-requests` from 2.31.0.20240406 to 2.32.0.20240602 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.4.4 to 0.4.7 - [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.4.4...v0.4.7) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: atlassian-python-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Remove hack now that atlassian-api/atlassian-python-api#1378 was fixed --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes missing JIRA error msg, related to #1363
Error handling can also be simplified as follows: