forked from zestedesavoir/zds-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mise à jour triviale des dépendances Python
- Loading branch information
1 parent
445eb9d
commit cf1fa56
Showing
4 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
repos: | ||
- repo: https://github.com/asottile/pyupgrade | ||
rev: v2.37.3 | ||
rev: v3.4.0 | ||
hooks: | ||
- id: pyupgrade | ||
args: [--py37-plus] | ||
- repo: https://github.com/psf/black | ||
rev: 22.8.0 # needs to be also updated in requirements-dev.txt and .github/workflows/ci.yml | ||
rev: 23.3.0 # needs to be also updated in requirements-dev.txt and .github/workflows/ci.yml | ||
hooks: | ||
- id: black | ||
language_version: python3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
-r requirements.txt | ||
|
||
black==22.8.0 # needs to be also updated in .github/workflows/ci.yml and .pre-commit-config.yaml | ||
black==23.3.0 # needs to be also updated in .github/workflows/ci.yml and .pre-commit-config.yaml | ||
colorlog==6.7.0 | ||
django-debug-toolbar==3.6.0 | ||
django-extensions==3.2.0 | ||
Faker==14.2.0 | ||
pre-commit==2.20.0 | ||
django-debug-toolbar==3.8.1 | ||
django-extensions==3.2.1 | ||
Faker==18.9.0 | ||
pre-commit==2.21.0 | ||
PyYAML==6.0 | ||
selenium==4.4.3 | ||
Sphinx==5.1.1 | ||
sphinx-rtd-theme==1.0.0 | ||
selenium==4.9.1 | ||
Sphinx==5.3.0 | ||
sphinx-rtd-theme==1.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters