Skip to content

Commit

Permalink
Merge pull request #2224 from rmartin16/bump-black
Browse files Browse the repository at this point in the history
Update all development dependencies
  • Loading branch information
freakboy3742 authored Nov 13, 2023
2 parents cb2a27a + 7015a53 commit 6fd5580
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ repos:
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 23.10.1
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.11.0
hooks:
- id: black
- id: black
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
Expand All @@ -31,5 +32,4 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
additional_dependencies:
- tomli
additional_dependencies: [tomli]
1 change: 1 addition & 0 deletions changes/2224.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The development dependencies were all updated to their latest versions.
30 changes: 16 additions & 14 deletions core/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ keywords =

[options]
install_requires =
travertino>=0.3.0
importlib_metadata>=4.4.0; python_version <= "3.9"
travertino >= 0.3.0
importlib_metadata >= 4.4.0; python_version <= "3.9"
packages = find:
package_dir =
= src
Expand All @@ -63,24 +63,26 @@ zip_safe = False
# Extras used by developers *of* briefcase are pinned to specific versions to
# ensure environment consistency.
dev =
coverage[toml] == 7.0.5
pre-commit == 3.0.2
pytest == 7.3.1
pytest-asyncio == 0.21.0
coverage[toml] == 7.3.2
pre-commit == 3.5.0
pytest == 7.4.3
pytest-asyncio == 0.21.1
pytest-freezer == 0.4.8
setuptools-scm[toml] == 7.0.5
tox == 4.3.5
setuptools-scm[toml] == 8.0.4
tox == 4.11.3
docs =
furo == 2022.12.7
furo == 2023.9.10
pyenchant == 3.2.2
sphinx == 6.1.3
sphinx_tabs == 3.4.1
# Sphinx 7.2 deprecated support for Python 3.8
sphinx == 7.1.2 ; python_version < '3.9'
sphinx == 7.2.6 ; python_version >= '3.9'
sphinx_tabs == 3.4.4
sphinx-autobuild == 2021.3.14
sphinx-autodoc-typehints == 1.22
sphinx-autodoc-typehints == 1.25.2
sphinx-csv-filter == 0.4.1
sphinx-copybutton == 0.5.2
sphinx-toolbox == 3.4.0
sphinxcontrib-spelling == 7.7.0
sphinx-toolbox == 3.5.0
sphinxcontrib-spelling == 8.0.0

[options.package_data]
toga.resources =
Expand Down

0 comments on commit 6fd5580

Please sign in to comment.