mirror of
https://github.com/django-components/django-components.git
synced 2025-09-03 20:50:31 +00:00
Merge pull request #1167 from django-components/dependabot/pip/charset-normalizer-3.4.2
build(deps): bump charset-normalizer from 3.4.1 to 3.4.2
This commit is contained in:
commit
1049c08324
5 changed files with 13 additions and 3 deletions
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
|
@ -56,7 +56,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip wheel
|
python -m pip install --upgrade pip wheel
|
||||||
python -m pip install -q hatch pre-commit asv
|
# NOTE: pin virtualenv to <20.31 until asv fixes it.
|
||||||
|
# See https://github.com/airspeed-velocity/asv/issues/1484
|
||||||
|
python -m pip install -q hatch pre-commit asv virtualenv==20.30
|
||||||
hatch --version
|
hatch --version
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
|
|
4
.github/workflows/pr-benchmark-generate.yml
vendored
4
.github/workflows/pr-benchmark-generate.yml
vendored
|
@ -39,7 +39,9 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install asv
|
# NOTE: pin virtualenv to <20.31 until asv fixes it.
|
||||||
|
# See https://github.com/airspeed-velocity/asv/issues/1484
|
||||||
|
pip install asv virtualenv==20.30
|
||||||
|
|
||||||
- name: Run benchmarks
|
- name: Run benchmarks
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -5,6 +5,9 @@ requests
|
||||||
types-requests
|
types-requests
|
||||||
whitenoise
|
whitenoise
|
||||||
asv
|
asv
|
||||||
|
# NOTE: pin virtualenv to <20.31 until asv fixes integration
|
||||||
|
# See https://github.com/airspeed-velocity/asv/issues/1484
|
||||||
|
virtualenv==20.30
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
pytest-django
|
pytest-django
|
||||||
typing-extensions>=4.12.2
|
typing-extensions>=4.12.2
|
|
@ -18,4 +18,7 @@ whitenoise
|
||||||
pygments
|
pygments
|
||||||
pygments-djc
|
pygments-djc
|
||||||
asv
|
asv
|
||||||
|
# NOTE: pin virtualenv to <20.31 until asv fixes integration
|
||||||
|
# See https://github.com/airspeed-velocity/asv/issues/1484
|
||||||
|
virtualenv==20.30
|
||||||
typing-extensions>=4.12.2
|
typing-extensions>=4.12.2
|
|
@ -42,7 +42,7 @@ certifi==2025.4.26
|
||||||
# via requests
|
# via requests
|
||||||
cffi==1.17.1
|
cffi==1.17.1
|
||||||
# via cairocffi
|
# via cairocffi
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.2
|
||||||
# via requests
|
# via requests
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
# via
|
# via
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue