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

30 update requirements #31

Merged
merged 4 commits into from
Jul 18, 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
2 changes: 1 addition & 1 deletion .github/workflows/check_version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Verify file change
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v44
id: changed-file
with:
files: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

Version 1.4.1
=============
- Update requirements

Version 1.4.0
=============
- Added :py:class:`luisy.targets.FeatherTarget` to read and write data
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
28 changes: 14 additions & 14 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --allow-unsafe --annotation-style=line --no-emit-index-url requirements_dev.in
#
attrs==22.1.0 # via pytest
azure-core==1.26.1 # via azure-storage-blob
azure-storage-blob==12.16.0 # via -r requirements.txt
build==0.9.0 # via pip-tools
certifi==2022.12.7 # via requests
certifi==2024.7.4 # via requests
cffi==1.15.1 # via cryptography
charset-normalizer==2.1.1 # via requests
click==8.1.3 # via pip-tools
contourpy==1.0.6 # via matplotlib
coverage[toml]==6.5.0 # via coverage, pytest-cov
cryptography==39.0.2 # via azure-storage-blob
coverage[toml]==6.5.0 # via pytest-cov
cryptography==42.0.8 # via azure-storage-blob
cycler==0.11.0 # via matplotlib
distlib==0.3.6 # via -r requirements.txt
docutils==0.19 # via python-daemon
exceptiongroup==1.0.4 # via pytest
flake8==4.0.1 # via -r requirements_dev.in, pytest-flake8
fonttools==4.38.0 # via matplotlib
idna==3.4 # via requests
fonttools==4.53.1 # via matplotlib
idna==3.7 # via requests
iniconfig==1.1.1 # via pytest
isodate==0.6.1 # via azure-storage-blob
kiwisolver==1.4.4 # via matplotlib
Expand All @@ -35,12 +35,12 @@ numpy==1.23.5 # via -r requirements.txt, contourpy, matplotlib, nume
packaging==21.3 # via build, matplotlib, pytest, tables
pandas==1.5.2 # via -r requirements.txt
pep517==0.13.0 # via build
pillow==9.3.0 # via matplotlib
pillow==10.4.0 # via matplotlib
pip-tools==6.10.0 # via -r requirements_dev.in
pipdeptree==2.3.3 # via -r requirements.txt
pluggy==1.0.0 # via pytest
py4j==0.10.9.7 # via pyspark
pyarrow==10.0.1 # via -r requirements.txt
pyarrow==16.1.0 # via -r requirements.txt
pycodestyle==2.8.0 # via flake8
pycparser==2.21 # via cffi
pyflakes==2.4.0 # via flake8
Expand All @@ -53,18 +53,18 @@ pytest-runner==6.0.0 # via -r requirements_dev.in
python-daemon==2.3.2 # via luigi
python-dateutil==2.8.2 # via luigi, matplotlib, pandas
pytz==2022.6 # via pandas
requests==2.31.0 # via azure-core
requests==2.32.3 # via azure-core
requirements-parser==0.5.0 # via -r requirements.txt
six==1.16.0 # via azure-core, isodate, python-dateutil
tables==3.7.0 # via -r requirements.txt
tenacity==8.1.0 # via luigi
tomli==2.0.1 # via build, coverage, pep517, pytest
tornado==6.3.2 # via luigi
tornado==6.4.1 # via luigi
types-setuptools==65.6.0.1 # via requirements-parser
typing-extensions==4.4.0 # via azure-core, azure-storage-blob
urllib3==1.26.13 # via requests
urllib3==2.2.2 # via requests
wheel==0.38.4 # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==22.3.1 # via pip-tools
setuptools==65.6.3 # via pip-tools, python-daemon
pip==24.1.2 # via pip-tools
setuptools==70.3.0 # via pip-tools, python-daemon
Loading