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

Update jira to 3.6.0 #3481

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jan 5, 2024

This PR updates jira from 3.5.2 to 3.6.0.

Changelog

3.6.0

What's Changed
* Replace imghdr with Pillow's PIL by ABizzinotto in https://github.com/pycontribs/jira/pull/1680
* Use user_id when adding watcher by ABizzinotto in https://github.com/pycontribs/jira/pull/1682
* Bump pyspnego from 0.8.0 to 0.9.1 by dependabot in https://github.com/pycontribs/jira/pull/1693
* Bump pytest-cov from 4.0.0 to 4.1.0 by dependabot in https://github.com/pycontribs/jira/pull/1672
* Bump pytest-xdist from 3.2.1 to 3.3.1 by dependabot in https://github.com/pycontribs/jira/pull/1670
* Bump requests from 2.28.2 to 2.31.0 by dependabot in https://github.com/pycontribs/jira/pull/1667
* Bump typing-extensions from 4.5.0 to 4.6.3 by dependabot in https://github.com/pycontribs/jira/pull/1665
* Bump pygments from 2.14.0 to 2.15.1 by dependabot in https://github.com/pycontribs/jira/pull/1691
* Bump pytest-sugar from 0.9.6 to 0.9.7 by dependabot in https://github.com/pycontribs/jira/pull/1671
* Bump docutils from 0.19 to 0.20.1 by dependabot in https://github.com/pycontribs/jira/pull/1666
* Bump furo from 2022.12.7 to 2023.8.19 by dependabot in https://github.com/pycontribs/jira/pull/1725
* Bump sphinx from 6.1.3 to 7.2.5 by dependabot in https://github.com/pycontribs/jira/pull/1669
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pycontribs/jira/pull/1683
* Bump certifi from 2022.12.7 to 2023.7.22 by dependabot in https://github.com/pycontribs/jira/pull/1701
* Bump sphinx-basic-ng from 1.0.0b1 to 1.0.0b2 by dependabot in https://github.com/pycontribs/jira/pull/1706
* Bump jaraco-classes from 3.2.3 to 3.3.0 by dependabot in https://github.com/pycontribs/jira/pull/1707
* Bump pyyaml from 6.0 to 6.0.1 by dependabot in https://github.com/pycontribs/jira/pull/1704
* Bump more-itertools from 9.1.0 to 10.1.0 by dependabot in https://github.com/pycontribs/jira/pull/1726
* Bump cryptography from 39.0.1 to 41.0.3 by dependabot in https://github.com/pycontribs/jira/pull/1702
* Fix docs building by ssbarnea in https://github.com/pycontribs/jira/pull/1730
* gha: use pip caching from setup-python by ssbarnea in https://github.com/pycontribs/jira/pull/1731
* 1435 - recommend installing jira[cli] to get jirashell deps by jefft in https://github.com/pycontribs/jira/pull/1709
* Fix GHA workflow by ssbarnea in https://github.com/pycontribs/jira/pull/1752
* Remove xmlrunner by ssbarnea in https://github.com/pycontribs/jira/pull/1753
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/pycontribs/jira/pull/1747
* Update test dependencies by ssbarnea in https://github.com/pycontribs/jira/pull/1756
* Fix 1774 by updating the Accept value to be valid by dbaxa in https://github.com/pycontribs/jira/pull/1778
* response.__bool__() returns False for Exception cases, so use "is not None" instead by brezelman in https://github.com/pycontribs/jira/pull/1748
* Add handling of 503 Service Unavailable retries by gmainguet in https://github.com/pycontribs/jira/pull/1713
* use `template_name` for `create_project()` by adehad in https://github.com/pycontribs/jira/pull/1553
* add visibility argument by adehad in https://github.com/pycontribs/jira/pull/1552
* feat: add an option to use POST for search_issues by BlankTiger in https://github.com/pycontribs/jira/pull/1723
* Do round trip with json dumps and loads to ensure true json params by adehad in https://github.com/pycontribs/jira/pull/1780
* bump deps by adehad in https://github.com/pycontribs/jira/pull/1782
* support pagination in createmeta methods by paminov in https://github.com/pycontribs/jira/pull/1729
* Issue Field and Issue Type object based methods by adehad in https://github.com/pycontribs/jira/pull/1784
* fix: small fix for dev docker by studioj in https://github.com/pycontribs/jira/pull/1786
* Bump importlib-metadata from 7.0.0 to 7.0.1 by dependabot in https://github.com/pycontribs/jira/pull/1783
* Added warning log if issue link type not present by SageTheWizard in https://github.com/pycontribs/jira/pull/1787
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/pycontribs/jira/pull/1788
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pycontribs/jira/pull/1758
* Bump sphinxcontrib-serializinghtml from 1.1.5 to 1.1.9 by dependabot in https://github.com/pycontribs/jira/pull/1789
* Bump coverage from 7.3.4 to 7.4.0 by dependabot in https://github.com/pycontribs/jira/pull/1791
* Bump sphinxcontrib-qthelp from 1.0.3 to 1.0.6 by dependabot in https://github.com/pycontribs/jira/pull/1790
* Bump sphinxcontrib-htmlhelp from 2.0.1 to 2.0.4 by dependabot in https://github.com/pycontribs/jira/pull/1792

New Contributors
* jefft made their first contribution in https://github.com/pycontribs/jira/pull/1709
* brezelman made their first contribution in https://github.com/pycontribs/jira/pull/1748
* BlankTiger made their first contribution in https://github.com/pycontribs/jira/pull/1723
* paminov made their first contribution in https://github.com/pycontribs/jira/pull/1729
* SageTheWizard made their first contribution in https://github.com/pycontribs/jira/pull/1787

**Full Changelog**: https://github.com/pycontribs/jira/compare/3.5.2...3.6.0
Links

@atodorov
Copy link
Member

Merged via #3482

@atodorov atodorov closed this Jan 13, 2024
@atodorov atodorov deleted the pyup-update-jira-3.5.2-to-3.6.0 branch January 13, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants