django-DefectDojo
django-DefectDojo copied to clipboard
Bump jira from 3.0.1 to 3.3.2
Bumps jira from 3.0.1 to 3.3.2.
Release notes
Sourced from jira's releases.
v3.3.2
Bugfixes
- allow filter updates when no description returned by Jira (#1447)
@adehad- Fix bug preventing use of an int for issuetype in
create_issue()(#1445)@rynkk- derive attachment fname from BufferedReader object (#1437) (#1438)
@mtripoliv3.3.1
Bugfixes
- [Regression] ensure
Noneis handled correctly insearch_issues()(#1434)@adehad- Raise
JIRAErrorwhen no user found (#1383)@lishoujunv3.3.0
Minor Changes
- Add client route for deleting remote links by global (and internal) id (#1395)
@rynkk- improve explanation of exception when two sprints with the same name are found (#1405)
@studioj- extend the examples with a more thorough example for getting attachments from a specific comment (#1404)
@studioj- Configurable batch size for
JIRA._fetch_pages()and dependant methods (#1394)@rynkk- tidy ResilientSession implementation (#1366)
@adehad- Add notify to comment (#1387)
@studioj- As the keyring dependency is only used by jirashell, have it be part of the cli extras requirement. (#1380)
@dbaxa- Handle #925 rate limit error (#1364)
@StefanoBoriero- updated
jira.search_issuesdefault behaviour to include all fields (#1360)@Yusuf-TJ- use importlib.metadata instead of pkg_resources (#1359)
@adehad- Drop py36 py37 add py310 (#1350)
@adehadBugfixes
- improve explanation of exception when two sprints with the same name are found (#1405)
@studioj- Remove GreenHopper Resource and fix Agile tests (#1351)
@adehadv3.2.0
Note: This will be the last release to support Py36 and Py37.
Minor Changes
- Additional scheme endpoints for projects (#1295)
@Zyzyx- Add subscriptable support for PropertyHolder (#1102)
@dvaerum- Fixing type hint to match documentation for move_to_backlog (#1275)
@cpsimpson- improve ResultList types (#1215)
@adehad- Allow verify option as path to cert in config (#1238)
@lamcwBugfixes
- Locate the exact user by key if there are multiple users returned from query (#1145)
@skyscribe- Fixing type hint to match documentation for move_to_backlog (#1275)
@cpsimpson- Avoid printing parsed json response (#1246)
@studioj
... (truncated)
Commits
00c3798allow filter updates when no description returned by Jira (#1447)10de95fflynt remaining non-f-strings (#1446)8ee5508Fix use of an int forissuetypein.create_issue()(#1445)1f0a2aeRemove confusing/dead code (#1441)cc25084fixJIRA.search_issues(json_result=True)typehint (#1442)a500203[pre-commit.ci] pre-commit autoupdate (#1440)b4f0ac3[pre-commit.ci] pre-commit autoupdate (#1427)92dfed0derive attachment fname from BufferedReader object (#1438)a34af44update sphinx to fix builds and update RTD config due to deprecations (#1436)49fe68censureNoneis handled correctly insearch_issues()(#1434)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
I've been hoping a version rev will fix the issues here, but it does not appear to be headed that way. I will start looking into updating the epic mapping functionality so we can upgrade
Superseded by #6704.