Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/main/sphinx-basic-ng-1.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
studioj authored Sep 3, 2023
2 parents 7c8d2bf + 77be1aa commit 524825e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: check-yaml
files: .*\.(yaml|yml)$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
name: codespell
Expand All @@ -26,13 +26,13 @@ repos:
args: []
require_serial: false
additional_dependencies: []
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.270"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.286"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black # after ruff, as ruff output may need fixing
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
language_version: python3
Expand All @@ -42,7 +42,7 @@ repos:
- id: yamllint
files: \.(yaml|yml)$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ formats: all
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.11"
jobs:
# Work-around to actually constrain dependencies
# https://github.com/readthedocs/readthedocs.org/issues/7258#issuecomment-1094978683
Expand Down
8 changes: 4 additions & 4 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backcall==0.2.0
# via ipython
beautifulsoup4==4.12.2
# via furo
certifi==2022.12.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
Expand Down Expand Up @@ -53,7 +53,7 @@ filemagic==1.6
# via jira (setup.cfg)
flaky==3.7.0
# via jira (setup.cfg)
furo==2022.12.7
furo==2023.8.19
# via jira (setup.cfg)
idna==3.4
# via requests
Expand Down Expand Up @@ -180,7 +180,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==6.1.3
sphinx==7.2.5
# via
# furo
# jira (setup.cfg)
Expand All @@ -200,7 +200,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
stack-data==0.6.2
# via ipython
Expand Down
2 changes: 1 addition & 1 deletion jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ def add_remote_link(
# we just won't be able to be quite as helpful.
warnings.warn(
"Unable to gather applicationlinks; you will not be able "
"to add links to remote issues: ({}) {}".format(e.status_code, e.text),
f"to add links to remote issues: ({e.status_code}) {e.text}",
Warning,
)

Expand Down

0 comments on commit 524825e

Please sign in to comment.