Skip to content

Commit

Permalink
ci(dependabot-pip): bump jira from 3.6.0 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [jira](https://github.com/pycontribs/jira) from 3.6.0 to 3.8.0.
- [Release notes](https://github.com/pycontribs/jira/releases)
- [Changelog](https://github.com/pycontribs/jira/blob/main/RELEASE.md)
- [Commits](pycontribs/jira@3.6.0...3.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent a2c06f1 commit 7cd0138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
urls.Source = "https://github.com/espressif/sync-jira-actions/tags"
urls.Tracker = "https://github.com/espressif/sync-jira-actions/tags/issues"

dependencies = ["PyGithub==2.2.0", "jira==3.6.0"]
dependencies = ["PyGithub==2.2.0", "jira==3.8.0"]
optional-dependencies.dev = ["czespressif", "just-bin~=1.26.0", "pip-tools~=7.3", "pre-commit>=3.3", "pytest", "pytest-cov"]

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deprecated==1.2.14
# via pygithub
idna==3.7
# via requests
jira==3.6.0
jira==3.8.0
# via sync-jira-actions (pyproject.toml)
oauthlib==3.2.2
# via requests-oauthlib
Expand Down

0 comments on commit 7cd0138

Please sign in to comment.