Skip to content

Commit

Permalink
Merge pull request #14 from raimon49/update-ci-environment
Browse files Browse the repository at this point in the history
Update ci environment
  • Loading branch information
raimon49 committed Nov 20, 2022
2 parents ca7ba6b + 3501b1e commit 2db5a04
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 64 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand All @@ -31,6 +31,7 @@ jobs:
if: ${{ matrix.python-version==3.8 }}
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ./coverage.xml
name: codecov-umbrella
fail_ci_if_error: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 1.5.0

* Clarified support for Python 3.11

### 1.4.0

* Clarified support for Python 3.10
Expand Down
108 changes: 60 additions & 48 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,102 +4,112 @@
#
# pip-compile dev-requirements.in
#
attrs==21.4.0
attrs==22.1.0
# via pytest
autopep8==1.6.0
autopep8==2.0.0
# via -r dev-requirements.in
bleach==4.1.0
bleach==5.0.1
# via
# -r requirements.in
# readme-renderer
bleach-allowlist==1.0.3
# via -r requirements.in
certifi==2021.10.8
build==0.9.0
# via pip-tools
certifi==2022.9.24
# via requests
cffi==1.15.0
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
charset-normalizer==2.1.1
# via requests
click==8.0.4
click==8.1.3
# via
# mkdocs
# pip-tools
codecov==2.1.12
# via -r dev-requirements.in
colorama==0.4.4
# via twine
coverage[toml]==6.3.2
commonmark==0.9.1
# via rich
coverage[toml]==6.5.0
# via
# codecov
# pytest-cov
cryptography==36.0.1
cryptography==38.0.3
# via secretstorage
docutils==0.18.1
docutils==0.19
# via
# -r dev-requirements.in
# readme-renderer
ghp-import==2.0.2
exceptiongroup==1.0.4
# via pytest
ghp-import==2.1.0
# via mkdocs
idna==3.3
idna==3.4
# via requests
importlib-metadata==4.11.2
importlib-metadata==5.0.0
# via
# keyring
# markdown
# mkdocs
# twine
iniconfig==1.1.1
# via pytest
jeepney==0.7.1
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.0.3
jinja2==3.1.2
# via mkdocs
keyring==23.5.0
keyring==23.11.0
# via twine
markdown==3.3.6
markdown==3.3.7
# via mkdocs
markupsafe==2.1.0
markupsafe==2.1.1
# via jinja2
mergedeep==1.3.4
# via mkdocs
mkdocs==1.2.3
mkdocs==1.4.2
# via -r requirements.in
more-itertools==9.0.0
# via jaraco-classes
packaging==21.3
# via
# bleach
# build
# mkdocs
# pytest
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
pep517==0.13.0
# via build
pip-tools==6.10.0
# via -r dev-requirements.in
pkginfo==1.8.2
pkginfo==1.8.3
# via twine
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via pytest-pycodestyle
pycodestyle==2.9.1
# via
# autopep8
# pytest-pycodestyle
pycparser==2.21
# via cffi
pygments==2.11.2
# via readme-renderer
pypandoc==1.7.2
pygments==2.13.0
# via
# readme-renderer
# rich
pypandoc==1.10
# via -r dev-requirements.in
pyparsing==3.0.7
pyparsing==3.0.9
# via packaging
pytest==7.0.1
pytest==7.2.0
# via
# pytest-cov
# pytest-pycodestyle
pytest-cov==3.0.0
pytest-cov==4.0.0
# via -r dev-requirements.in
pytest-pycodestyle==2.2.0
pytest-pycodestyle==2.3.1
# via -r dev-requirements.in
pytest-runner==6.0.0
# via -r dev-requirements.in
Expand All @@ -111,47 +121,49 @@ pyyaml==6.0
# pyyaml-env-tag
pyyaml-env-tag==0.1
# via mkdocs
readme-renderer==32.0
readme-renderer==37.3
# via twine
requests==2.27.1
requests==2.28.1
# via
# codecov
# requests-toolbelt
# twine
requests-toolbelt==0.9.1
requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
secretstorage==3.3.1
rich==12.6.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# python-dateutil
toml==0.10.2
# via autopep8
tomli==2.0.1
# via
# autopep8
# build
# coverage
# pep517
# pytest
tqdm==4.63.0
# via twine
twine==3.8.0
twine==4.0.1
# via -r dev-requirements.in
urllib3==1.26.8
typing-extensions==4.4.0
# via rich
urllib3==1.26.12
# via
# requests
# twine
watchdog==2.1.6
watchdog==2.1.9
# via mkdocs
webencodings==0.5.1
# via bleach
wheel==0.37.1
wheel==0.38.4
# via
# -r dev-requirements.in
# pip-tools
zipp==3.7.0
zipp==3.10.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion mkdocssafetext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""
__version__ = '1.4.0'
__version__ = '1.5.0'
__author__ = 'raimon'
__license__ = 'BSD License'
26 changes: 12 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,31 @@
#
# pip-compile requirements.in
#
bleach==4.1.0
bleach==5.0.1
# via -r requirements.in
bleach-allowlist==1.0.3
# via -r requirements.in
click==8.0.4
click==8.1.3
# via mkdocs
ghp-import==2.0.2
ghp-import==2.1.0
# via mkdocs
importlib-metadata==4.11.2
importlib-metadata==5.0.0
# via
# markdown
# mkdocs
jinja2==3.0.3
jinja2==3.1.2
# via mkdocs
markdown==3.3.6
markdown==3.3.7
# via mkdocs
markupsafe==2.1.0
markupsafe==2.1.1
# via jinja2
mergedeep==1.3.4
# via mkdocs
mkdocs==1.2.3
mkdocs==1.4.2
# via -r requirements.in
packaging==21.3
# via
# bleach
# mkdocs
pyparsing==3.0.7
# via mkdocs
pyparsing==3.0.9
# via packaging
python-dateutil==2.8.2
# via ghp-import
Expand All @@ -44,9 +42,9 @@ six==1.16.0
# via
# bleach
# python-dateutil
watchdog==2.1.6
watchdog==2.1.9
# via mkdocs
webencodings==0.5.1
# via bleach
zipp==3.7.0
zipp==3.10.0
# via importlib-metadata

0 comments on commit 2db5a04

Please sign in to comment.