Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/dependabot alerts #389

Merged
merged 6 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ci/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ cffi==1.14.0
chardet==3.0.4 # via requests
click==7.1.2
docutils==0.16 # via sphinx
idna==2.9 # via requests
idna==3.7 # via requests
imagesize==1.2.0 # via sphinx
jinja2==2.11.3 # via sphinx
jinja2==3.1.3 # via sphinx
markupsafe==1.1.1 # via jinja2
numpy==1.22.0
packaging==20.3 # via sphinx
pandas==1.0.3 # via xarray
pycparser==2.20 # via cffi
pygments==2.7.4 # via sphinx
pygments==2.15.0 # via sphinx
pyparsing==2.4.7 # via packaging
pytest-runner==5.2
python-dateutil==2.8.1 # via pandas
pytz==2020.1 # via babel, pandas
requests==2.31.0 # via sphinx
requests==2.32.0 # via sphinx
six==1.14.0 # via packaging, python-dateutil
snowballstemmer==2.0.0 # via sphinx
sphinx==3.0.3
Expand All @@ -35,5 +35,5 @@ sphinxcontrib-htmlhelp==1.0.3 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
urllib3==1.26.5 # via requests
urllib3==1.26.17 # via requests
xarray==0.15.1
2 changes: 1 addition & 1 deletion ci/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packaging==20.3 # via pytest
pandas==1.0.3 # via xarray
pep8==1.7.1 # via pytest-pep8
pluggy==0.13.1 # via pytest
py==1.10.0 # via pytest
py==1.11.0 # via pytest
pycparser==2.20 # via cffi
pyflakes==2.2.0 # via pytest-flakes
pyparsing==2.4.7 # via packaging
Expand Down
2 changes: 1 addition & 1 deletion tests/environment-macos-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies:
- python_abi=3.8
- pytz=2023.3
- readline=8.2
- requests=2.31.0
- requests=2.32.0
- scipy=1.10.1
- setuptools=68.0.0
- six=1.16.0
Expand Down
2 changes: 1 addition & 1 deletion tests/environment-ubuntu-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies:
- pip=21.2.2
- pluggy=1.0.0
- psutil=5.8.0
- py=1.10.0
- py=1.11.0
- pycparser=2.21
- pyparsing=3.0.4
- pytest=6.2.5
Expand Down
2 changes: 1 addition & 1 deletion tests/environment-ubuntu-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies:
- python_abi=3.8
- pytz=2023.3
- readline=8.2
- requests=2.31.0
- requests=2.32.0
- s2n=1.3.48
- scipy=1.10.1
- setuptools=68.0.0
Expand Down
2 changes: 1 addition & 1 deletion tests/environment-windows-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies:
- pip=21.2.2
- pluggy=0.13.1
- psutil=5.8.0
- py=1.10.0
- py=1.11.0
- pycparser=2.21
- pyparsing=3.0.4
- pytest=6.2.4
Expand Down
Loading