Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update all non-major dependencies#2565

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nejch merged 2 commits intomainfromrenovate/all-minor-patch
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions.github/workflows/docs.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@ jobs:
sphinx:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
Expand All@@ -42,7 +42,7 @@ jobs:
twine-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
Expand Down
2 changes: 1 addition & 1 deletion.github/workflows/lint.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- uses: actions/setup-python@v4.6.1
Expand Down
2 changes: 1 addition & 1 deletion.github/workflows/lock.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,6 +15,6 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v4.0.0
- uses: dessant/lock-threads@v4.0.1
with:
process-only: 'issues'
2 changes: 1 addition & 1 deletion.github/workflows/pre_commit.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -29,7 +29,7 @@ jobs:
pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- uses: actions/setup-python@v4.6.1
with:
python-version: "3.11"
Expand Down
4 changes: 2 additions & 2 deletions.github/workflows/release.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,7 +13,7 @@ jobs:
id-token: write
environment: pypi.org
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
Expand All@@ -29,7 +29,7 @@ jobs:
echo "::add-mask::${api_token}"
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.33.5
uses: relekang/python-semantic-release@v7.34.4
with:
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
pypi_token: ${{ steps.mint-token.outputs.api-token }}
10 changes: 5 additions & 5 deletions.github/workflows/test.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -48,7 +48,7 @@ jobs:
version: "3.11"
toxenv: py310,smoke
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python ${{ matrix.python.version }}
uses: actions/setup-python@v4.6.1
with:
Expand All@@ -66,7 +66,7 @@ jobs:
matrix:
toxenv: [api_func_v4, cli_func_v4]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
Expand All@@ -87,7 +87,7 @@ jobs:
coverage:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.1
with:
Expand All@@ -111,7 +111,7 @@ jobs:
name: Python wheel
steps:
- uses: actions/checkout@v1.2.0
- uses: actions/setup-python@v2.3.3
- uses: actions/setup-python@v2.3.4
with:
python-version: "3.11"
- name: Install dependencies
Expand All@@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
needs: [dist]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3
- name: Set up Python
uses: actions/setup-python@v4.6.1
with:
Expand Down
4 changes: 2 additions & 2 deletions.pre-commit-config.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.2.2
rev: v3.3.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand DownExpand Up@@ -48,6 +48,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 35.111.0
rev: 35.118.0
hooks:
- id: renovate-config-validator
5 changes: 5 additions & 0 deletions.renovaterc.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,6 +37,11 @@
"packageName": "argcomplete",
"enabled": false
},
{
"description": "Pin pytest-console-scripts until we drop 3.7 support",
"packageName": "pytest-console-scripts",
"allowedVersions": "<1.4.1"
},
{
"packagePatterns": [
"^gitlab\/gitlab-.+$"
Expand Down
2 changes: 1 addition & 1 deletionrequirements-docs.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
-r requirements.txt
furo==2023.3.27
furo==2023.5.20
jinja2==3.1.2
myst-parser==1.0.0
sphinx==6.2.1
Expand Down
6 changes: 3 additions & 3 deletionsrequirements-lint.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
-r requirements.txt
argcomplete==2.0.0
black==23.3.0
commitizen==3.2.2
commitizen==3.3.0
flake8==6.0.0
isort==5.12.0
mypy==1.3.0
pylint==2.17.4
pytest==7.3.1
pytest==7.3.2
responses==0.23.1
types-PyYAML==6.0.12.10
types-requests==2.31.0.0
types-requests==2.31.0.1
types-setuptools==67.8.0.0
2 changes: 1 addition & 1 deletionrequirements-precommit.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
pre-commit==3.3.2
pre-commit==3.3.3
4 changes: 2 additions & 2 deletionsrequirements-test.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
-r requirements.txt
build==0.10.0
coverage==7.2.6
coverage==7.2.7
pytest-console-scripts==1.4.0
pytest-cov==4.1.0
pytest-github-actions-annotate-failures==0.2.0
pytest==7.3.1
pytest==7.3.2
PyYaml==5.4.1
responses==0.23.1
setuptools==67.8.0
Expand Down
2 changes: 1 addition & 1 deletionrequirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
requests==2.28.2
requests-toolbelt==1.0.0
typing-extensions==4.6.2 ; python_version < "3.8"
typing-extensions==4.6.3 ; python_version < "3.8"

[8]ページ先頭

©2009-2025 Movatter.jp