Skip to content

Commit

Permalink
Bump the optional group with 10 updates (#29)
Browse files Browse the repository at this point in the history
Bumps the optional group with 10 updates:

Updates `pydoclint` from 0.3.9 to 0.4.1
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.3.9...0.4.1)

Updates `black` from 24.1.1 to 24.2.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.1.1...24.2.0)

Updates `mkdocs-material` from 9.5.6 to 9.5.12
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
-
[Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
-
[Commits](squidfunk/mkdocs-material@9.5.6...9.5.12)

Updates `mkdocstrings[python]` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
-
[Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
-
[Commits](mkdocstrings/mkdocstrings@0.24.0...0.24.1)

Updates `frequenz-repo-config[lib]` from 0.8.0 to 0.9.1
- [Release
notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
-
[Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
-
[Commits](frequenz-floss/frequenz-repo-config-python@v0.8.0...v0.9.1)

Updates `pylint` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/pylint-dev/pylint/releases)
-
[Commits](pylint-dev/pylint@v3.0.3...v3.1.0)

Updates `frequenz-repo-config[extra-lint-examples]` from 0.8.0 to 0.9.1
- [Release
notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
-
[Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
-
[Commits](frequenz-floss/frequenz-repo-config-python@v0.8.0...v0.9.1)

Updates `pytest-asyncio` from 0.23.4 to 0.23.5
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
-
[Commits](pytest-dev/pytest-asyncio@v0.23.4...v0.23.5)

Updates `hypothesis` from 6.98.8 to 6.98.15
- [Release
notes](https://github.com/HypothesisWorks/hypothesis/releases)
-
[Commits](HypothesisWorks/hypothesis@hypothesis-python-6.98.8...hypothesis-python-6.98.15)

Updates `pytest` from 7.4.4 to 8.0.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
-
[Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.2)
  • Loading branch information
llucax authored Mar 4, 2024
2 parents b7838af + f931d4a commit c234e7f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
7 changes: 6 additions & 1 deletion .github/containers/test-installation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@

FROM --platform=${TARGETPLATFORM} python:3.11-slim

RUN python -m pip install --upgrade --no-cache-dir pip
RUN apt-get update -y && \
apt-get install --no-install-recommends -y \
git && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
python -m pip install --upgrade --no-cache-dir pip

COPY dist dist
RUN pip install dist/*.whl && \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
steps:
- name: Fetch sources
uses: actions/checkout@v4
with:
submodules: true

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
30 changes: 16 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
requires = [
"setuptools == 68.1.0",
"setuptools_scm[toml] == 7.1.0",
"frequenz-repo-config[lib] == 0.8.0",
"frequenz-repo-config[lib] == 0.9.1",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -45,20 +45,20 @@ dev-flake8 = [
"flake8 == 7.0.0",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.3.9",
"pydoclint == 0.4.1",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 24.1.1", "isort == 5.13.2"]
dev-formatting = ["black == 24.2.0", "isort == 5.13.2"]
dev-mkdocs = [
"black == 24.1.1",
"black == 24.2.0",
"Markdown==3.5.2",
"mike == 2.0.0",
"mkdocs-gen-files == 0.5.0",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.0.5",
"mkdocs-material == 9.5.6",
"mkdocstrings[python] == 0.24.0",
"frequenz-repo-config[lib] == 0.8.0",
"mkdocs-material == 9.5.12",
"mkdocstrings[python] == 0.24.1",
"frequenz-repo-config[lib] == 0.9.1",
]
dev-mypy = [
"mypy == 1.8.0",
Expand All @@ -68,19 +68,19 @@ dev-mypy = [
# For checking the noxfile, docs/ script, and tests
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.8.0"]
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.9.1"]
dev-pylint = [
"pylint == 3.0.3",
"pylint == 3.1.0",
# For checking the noxfile, docs/ script, and tests
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-pytest = [
"pytest == 7.4.4",
"frequenz-repo-config[extra-lint-examples] == 0.8.0",
"pytest == 8.0.2",
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
"pytest-mock == 3.12.0",
"pytest-asyncio == 0.23.4",
"pytest-asyncio == 0.23.5",
"async-solipsism == 0.5",
"hypothesis == 6.98.8",
"hypothesis == 6.98.15",
]
dev = [
"frequenz-client-base[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
Expand Down Expand Up @@ -136,6 +136,8 @@ disable = [
# it is a type-check, for which we already have mypy.
"unsubscriptable-object",
# Checked by flake8
"redefined-outer-name",
"unused-import",
"line-too-long",
"unused-variable",
"unnecessary-lambda-assignment",
Expand All @@ -159,7 +161,7 @@ packages = ["frequenz.client.base"]
strict = true

[[tool.mypy.overrides]]
module = ["mkdocs_macros.*", "sybil", "sybil.*"]
module = ["mkdocs_macros.*"]
ignore_missing_imports = true

[tool.setuptools_scm]
Expand Down

0 comments on commit c234e7f

Please sign in to comment.