Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Abwao committed Aug 18, 2023
1 parent 9d3f89f commit 0a40a98
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 55 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
PYTHON: "3.10"
PYTHON: "3.11"
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Generate coverage report
run: |
pip install -r requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
build:
os: ubuntu-20.04
tools:
python: "3.10"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
48 changes: 24 additions & 24 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
alabaster==0.7.13
Babel==2.12.1
beautifulsoup4==4.12.2
certifi==2022.12.7
charset-normalizer==3.1.0
contourpy==1.0.7
certifi==2023.7.22
charset-normalizer==3.2.0
contourpy==1.1.0
cycler==0.11.0
docutils==0.19
fonttools==4.39.3
furo==2023.3.27
docutils==0.20.1
fonttools==4.42.0
furo==2023.8.17
idna==3.4
imagesize==1.4.1
Jinja2==3.1.2
kiwisolver==1.4.4
lxml==4.9.2
MarkupSafe==2.1.2
matplotlib==3.7.1
numpy==1.24.2
lxml==4.9.3
MarkupSafe==2.1.3
matplotlib==3.7.2
numpy==1.25.2
packaging==23.1
pandas==2.0.0
Pillow==9.5.0
Pygments==2.15.1
pandas==2.0.3
Pillow==10.0.0
Pygments==2.16.1
pyparsing==3.0.9
python-dateutil==2.8.2
python-docx==0.8.11
pytz==2023.3
requests==2.28.2
scipy==1.10.1
requests==2.31.0
scipy==1.11.2
six==1.16.0
snowballstemmer==2.2.0
soupsieve==2.4.1
Sphinx==6.1.3
sphinx-basic-ng==1.0.0b1
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
Sphinx==7.2.2
sphinx-basic-ng==1.0.0b2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tqdm==4.65.0
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.8
tqdm==4.66.1
tzdata==2023.3
urllib3==1.26.15
urllib3==2.0.4
32 changes: 15 additions & 17 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
contourpy==1.0.7
coverage==7.2.3
contourpy==1.1.0
coverage==7.3.0
cycler==0.11.0
et-xmlfile==1.1.0
exceptiongroup==1.1.1
flake8==6.0.0
fonttools==4.39.3
flake8==6.1.0
fonttools==4.42.0
iniconfig==2.0.0
kiwisolver==1.4.4
lxml==4.9.2
matplotlib==3.7.1
lxml==4.9.3
matplotlib==3.7.2
mccabe==0.7.0
numpy==1.24.2
numpy==1.25.2
openpyxl==3.1.2
packaging==23.1
pandas==2.0.0
Pillow==9.5.0
pluggy==1.0.0
pycodestyle==2.10.0
pyflakes==3.0.1
pandas==2.0.3
Pillow==10.0.0
pluggy==1.2.0
pycodestyle==2.11.0
pyflakes==3.1.0
pyparsing==3.0.9
pytest==7.3.1
pytest==7.4.0
python-dateutil==2.8.2
python-docx==0.8.11
pytz==2023.3
scipy==1.10.1
scipy==1.11.2
six==1.16.0
tomli==2.0.1
tqdm==4.65.0
tqdm==4.66.1
tzdata==2023.3
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
contourpy==1.0.7
contourpy==1.1.0
cycler==0.11.0
et-xmlfile==1.1.0
fonttools==4.39.3
fonttools==4.42.0
kiwisolver==1.4.4
lxml==4.9.2
matplotlib==3.7.1
numpy==1.24.2
lxml==4.9.3
matplotlib==3.7.2
numpy==1.25.2
openpyxl==3.1.2
packaging==23.1
pandas==2.0.0
Pillow==9.5.0
pandas==2.0.3
Pillow==10.0.0
pyparsing==3.0.9
python-dateutil==2.8.2
python-docx==0.8.11
pytz==2023.3
scipy==1.10.1
scipy==1.11.2
six==1.16.0
tqdm==4.65.0
tqdm==4.66.1
tzdata==2023.3
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.10
python-3.11

0 comments on commit 0a40a98

Please sign in to comment.