Skip to content

Commit

Permalink
build(deps): bump urllib3 from 2.0.6 to 2.0.7 (#188)
Browse files Browse the repository at this point in the history
* build(deps): bump urllib3 from 2.0.6 to 2.0.7

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: Allow pre-commit to autofix files

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James McKinney <[email protected]>
  • Loading branch information
dependabot[bot] and jpmckinney authored Oct 24, 2023
1 parent 595078f commit 4820e96
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 22 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand All @@ -16,8 +18,12 @@ jobs:
- id: changed-files
uses: tj-actions/changed-files@v39
- uses: pre-commit/[email protected]
continue-on-error: true
with:
extra_args: pip-compile --files ${{ steps.changed-files.outputs.all_changed_files }}
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: '[github-actions] pre-commit autoupdate'
- shell: bash
run: curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
- shell: bash
Expand Down
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ django-environ==0.4.5
# via libcoveweb
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.1.2
# via cattrs
flattentool==0.19.0
# via
# libcove
Expand Down Expand Up @@ -150,11 +148,9 @@ sqlparse==0.4.4
# via django
transaction==3.0.1
# via zodb
typing-extensions==4.7.1
# via cattrs
url-normalize==1.4.3
# via requests-cache
urllib3==2.0.6
urllib3==2.0.7
# via
# requests
# requests-cache
Expand Down
19 changes: 2 additions & 17 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,7 @@ et-xmlfile==1.1.0
# -r requirements.txt
# openpyxl
exceptiongroup==1.1.2
# via
# -r requirements.txt
# cattrs
# hypothesis
# pytest
# trio
# trio-websocket
# via trio-websocket
flake8==3.9.2
# via -r requirements_dev.in
flattentool==0.19.0
Expand Down Expand Up @@ -298,11 +292,6 @@ sqlparse==0.4.4
# django
toml==0.10.2
# via coverage
tomli==2.0.1
# via
# build
# pyproject-hooks
# pytest
transaction==3.0.1
# via
# -r requirements.txt
Expand All @@ -313,15 +302,11 @@ trio==0.22.0
# trio-websocket
trio-websocket==0.10.2
# via selenium
typing-extensions==4.7.1
# via
# -r requirements.txt
# cattrs
url-normalize==1.4.3
# via
# -r requirements.txt
# requests-cache
urllib3[socks]==2.0.6
urllib3[socks]==2.0.7
# via
# -r requirements.txt
# requests
Expand Down

0 comments on commit 4820e96

Please sign in to comment.