Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- "dependabot/**"
pull_request:

# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#changing-github_token-permissions
permissions:
pull-requests: write
issues: write
repository-projects: write

jobs:
Windows:
name: 'Windows (${{ matrix.python }}, ${{ matrix.arch }}${{ matrix.extra_name }})'
Expand Down
17 changes: 1 addition & 16 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ decorator==5.1.1
# via ipython
dill==0.3.6
# via pylint
exceptiongroup==1.1.0 ; python_version < "3.11"
# via
# -r test-requirements.in
# pytest
flake8==4.0.1
# via -r test-requirements.in
idna==3.4
Expand Down Expand Up @@ -83,7 +79,7 @@ packaging==23.0
# pytest
parso==0.8.3
# via jedi
pathspec==0.10.3
pathspec==0.11.0
# via black
pexpect==4.8.0
# via ipython
Expand Down Expand Up @@ -125,14 +121,6 @@ sniffio==1.3.0
# via -r test-requirements.in
sortedcontainers==2.4.0
# via -r test-requirements.in
tomli==2.0.1
# via
# black
# build
# coverage
# mypy
# pylint
# pytest
tomlkit==0.11.6
# via pylint
traitlets==5.8.1
Expand All @@ -146,10 +134,7 @@ types-pyopenssl==23.0.0.2 ; implementation_name == "cpython"
typing-extensions==4.4.0 ; implementation_name == "cpython"
# via
# -r test-requirements.in
# astroid
# black
# mypy
# pylint
wcwidth==0.2.6
# via prompt-toolkit
wheel==0.38.4
Expand Down