Skip to content

Commit c9b16bf

Browse files
Bump black from 23.9.1 to 24.3.0
Bumps [black](https://github.com/psf/black) from 23.9.1 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.9.1...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09edf0d commit c9b16bf

File tree

4 files changed

+49
-42
lines changed

4 files changed

+49
-42
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ mysqlclient = "==2.2.0"
88
flask = "==3.0.0"
99

1010
[dev-packages]
11-
black = "==23.9.1"
11+
black = "==24.3.0"
1212
pre-commit = "==3.4.0"
1313
pytest = "==7.4.2"

Pipfile.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-i https://pypi.org/simple
2-
black==23.9.1; python_version >= '3.8'
2+
black==24.3.0; python_version >= '3.8'
33
cfgv==3.4.0; python_version >= '3.8'
44
click==8.1.7; python_version >= '3.7'
55
distlib==0.3.7
@@ -8,12 +8,19 @@ identify==2.5.30; python_version >= '3.8'
88
iniconfig==2.0.0; python_version >= '3.7'
99
mypy-extensions==1.0.0; python_version >= '3.5'
1010
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
11-
packaging==23.2; python_version >= '3.7'
12-
pathspec==0.11.2; python_version >= '3.7'
13-
platformdirs==3.11.0; python_version >= '3.7'
11+
packaging==24.0; python_version >= '3.7'
12+
pathspec==0.12.1; python_version >= '3.8'
13+
platformdirs==4.2.0; python_version >= '3.8'
1414
pluggy==1.3.0; python_version >= '3.8'
1515
pre-commit==3.4.0; python_version >= '3.8'
1616
pytest==7.4.2; python_version >= '3.7'
1717
pyyaml==6.0.1; python_version >= '3.6'
1818
setuptools==68.2.2; python_version >= '3.8'
1919
virtualenv==20.24.5; python_version >= '3.7'
20+
blinker==1.6.2; python_version >= '3.7'
21+
flask==3.0.0; python_version >= '3.8'
22+
itsdangerous==2.1.2; python_version >= '3.7'
23+
jinja2==3.1.2; python_version >= '3.7'
24+
markupsafe==2.1.3; python_version >= '3.7'
25+
mysqlclient==2.2.0; python_version >= '3.8'
26+
werkzeug==3.0.0; python_version >= '3.8'

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ blinker==1.6.2; python_version >= '3.7'
33
click==8.1.7; python_version >= '3.7'
44
flask==3.0.0; python_version >= '3.8'
55
itsdangerous==2.1.2; python_version >= '3.7'
6-
jinja2==3.1.3; python_version >= '3.7'
6+
jinja2==3.1.2; python_version >= '3.7'
77
markupsafe==2.1.3; python_version >= '3.7'
88
mysqlclient==2.2.0; python_version >= '3.8'
9-
werkzeug==3.0.1; python_version >= '3.8'
9+
werkzeug==3.0.0; python_version >= '3.8'

0 commit comments

Comments
 (0)