Skip to content

Commit df0ad34

Browse files
[repo-helper] Configuration Update (#64)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 9eba25e commit df0ad34

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: conda-incubator/setup-miniconda@v2
3131
with:
3232
activate-environment: env
33-
conda-build-version: 3.23.3
33+
conda-build-version: 3.28.4
3434
python-version: "3.8"
3535
miniforge-variant: Mambaforge
3636

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
uses: conda-incubator/setup-miniconda@v2
195195
with:
196196
activate-environment: env
197-
conda-build-version: 3.23.3
197+
conda-build-version: 3.28.4
198198
python-version: "3.8"
199199
miniforge-variant: Mambaforge
200200

.readthedocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ build:
1919
jobs:
2020
post_create_environment:
2121
- pip install .
22+
post_install:
23+
- pip install sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 sphinxcontrib-htmlhelp==2.0.1
24+
sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ coverage_pyver_pragma
109109
:target: https://github.com/python-coincidence/coverage_pyver_pragma/commit/master
110110
:alt: GitHub last commit
111111

112-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
112+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
113113
:alt: Maintenance
114114

115115
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/coverage_pyver_pragma

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ coverage_pyver_pragma
114114
:last-commit:
115115
:alt: GitHub last commit
116116

117-
.. |maintained| maintained-shield:: 2023
117+
.. |maintained| maintained-shield:: 2024
118118
:alt: Maintenance
119119

120120
.. |pypi-downloads| pypi-shield::

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ deps =
123123
flake8-dunder-all>=0.1.1
124124
flake8-encodings>=0.1.0
125125
flake8-github-actions>=0.1.0
126-
flake8-noqa>=1.1.0
126+
flake8-noqa>=1.1.0,<=1.2.2
127127
flake8-pyi>=20.10.0,<=22.8.0
128128
flake8-pytest-style>=1.3.0
129129
flake8-quotes>=3.3.0

0 commit comments

Comments
 (0)