From 4b3807e0887557f1bd0e491b266b76956fbdda5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 14:02:08 +0000 Subject: [PATCH 1/2] --- updated-dependencies: - dependency-name: autopep8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 263fafbb..c33b76b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -78,13 +78,13 @@ numpy = ">=1.12" [[package]] name = "autopep8" -version = "2.1.0" +version = "2.1.1" description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" optional = false python-versions = ">=3.8" files = [ - {file = "autopep8-2.1.0-py2.py3-none-any.whl", hash = "sha256:2bb76888c5edbcafe6aabab3c47ba534f5a2c2d245c2eddced4a30c4b4946357"}, - {file = "autopep8-2.1.0.tar.gz", hash = "sha256:1fa8964e4618929488f4ec36795c7ff12924a68b8bf01366c094fc52f770b6e7"}, + {file = "autopep8-2.1.1-py2.py3-none-any.whl", hash = "sha256:57c1026ee3ee40f57c5b93073b705f8e30aa52411fca33306d730274d2882bba"}, + {file = "autopep8-2.1.1.tar.gz", hash = "sha256:bc9b267f14d358a9af574b95e95a661681c60a275ffce419ba5fb4eae9920bcc"}, ] [package.dependencies] @@ -1988,4 +1988,4 @@ pytorch-support = [] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "385cd213f3829bd065506052625f46f2da4ec05ee86f3de8f1d44ff5ec5b32dc" +content-hash = "1b5bf0cddbeb1246b1e7e100744acfd632bd8c556b9ad5fd840b6d7132804955" diff --git a/pyproject.toml b/pyproject.toml index 3fb36826..83232263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ torch = "*" jax = "*" jaxlib = "*" autograd = "*" -autopep8 = "^2.1.0" +autopep8 = "^2.1.1" pytest = "*" parameterized = "*" From 23ad15254c9bccb2fdb25b63ef65209d73ba9533 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 May 2024 14:04:18 +0000 Subject: [PATCH 2/2] Update requirements.txt --- poetry.lock | 14 +++++++------- requirements-dev.txt | 22 +++++++++++----------- requirements.txt | 10 +++++----- 3 files changed, 23 insertions(+), 23 deletions(-) diff --git a/poetry.lock b/poetry.lock index c33b76b1..9b6d25a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "astropy" @@ -1184,13 +1184,13 @@ files = [ [[package]] name = "nvidia-nvjitlink-cu12" -version = "12.4.127" +version = "12.5.40" description = "Nvidia JIT LTO Library" optional = false python-versions = ">=3" files = [ - {file = "nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:06b3b9b25bf3f8af351d664978ca26a16d2c5127dbd53c0497e28d1fb9611d57"}, - {file = "nvidia_nvjitlink_cu12-12.4.127-py3-none-win_amd64.whl", hash = "sha256:fd9020c501d27d135f983c6d3e244b197a7ccad769e34df53a42e276b0e25fa1"}, + {file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-manylinux2014_x86_64.whl", hash = "sha256:d9714f27c1d0f0895cd8915c07a87a1d0029a0aa36acaf9156952ec2a8a12189"}, + {file = "nvidia_nvjitlink_cu12-12.5.40-py3-none-win_amd64.whl", hash = "sha256:c3401dc8543b52d3a8158007a0c1ab4e9c768fcbd24153a48c86972102197ddd"}, ] [[package]] @@ -1653,13 +1653,13 @@ files = [ [[package]] name = "requests" -version = "2.32.1" +version = "2.32.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.1-py3-none-any.whl", hash = "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5"}, - {file = "requests-2.32.1.tar.gz", hash = "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] diff --git a/requirements-dev.txt b/requirements-dev.txt index 132ed82d..3249c726 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -astropy-iers-data==0.2024.5.6.0.29.28 ; python_version >= "3.10" and python_version < "3.13" +astropy-iers-data==0.2024.5.20.0.29.40 ; python_version >= "3.10" and python_version < "3.13" astropy==6.1.0 ; python_version >= "3.10" and python_version < "3.13" autograd==1.6.2 ; python_version >= "3.10" and python_version < "3.13" -autopep8==2.1.0 ; python_version >= "3.10" and python_version < "3.13" +autopep8==2.1.1 ; python_version >= "3.10" and python_version < "3.13" beartype==0.18.5 ; python_version >= "3.10" and python_version < "3.13" certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.13" charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.13" @@ -12,18 +12,18 @@ exceptiongroup==1.2.1 ; python_version >= "3.10" and python_version < "3.11" filelock==3.14.0 ; python_version >= "3.10" and python_version < "3.13" filterpy==1.4.5 ; python_version >= "3.10" and python_version < "3.13" fonttools==4.51.0 ; python_version >= "3.10" and python_version < "3.13" -fsspec==2024.3.1 ; python_version >= "3.10" and python_version < "3.13" +fsspec==2024.5.0 ; python_version >= "3.10" and python_version < "3.13" future==1.0.0 ; python_version >= "3.10" and python_version < "3.13" healpy==1.16.6 ; python_version >= "3.10" and python_version < "3.13" idna==3.7 ; python_version >= "3.10" and python_version < "3.13" iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "3.13" intel-openmp==2021.4.0 ; python_version >= "3.10" and python_version < "3.13" and platform_system == "Windows" -jax==0.4.26 ; python_version >= "3.10" and python_version < "3.13" -jaxlib==0.4.26 ; python_version >= "3.10" and python_version < "3.13" +jax==0.4.28 ; python_version >= "3.10" and python_version < "3.13" +jaxlib==0.4.28 ; python_version >= "3.10" and python_version < "3.13" jinja2==3.1.4 ; python_version >= "3.10" and python_version < "3.13" kiwisolver==1.4.5 ; python_version >= "3.10" and python_version < "3.13" markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "3.13" -matplotlib==3.8.4 ; python_version >= "3.10" and python_version < "3.13" +matplotlib==3.9.0 ; python_version >= "3.10" and python_version < "3.13" mkl==2021.4.0 ; python_version >= "3.10" and python_version < "3.13" and platform_system == "Windows" ml-dtypes==0.4.0 ; python_version >= "3.10" and python_version < "3.13" mpmath==1.3.0 ; python_version >= "3.10" and python_version < "3.13" @@ -40,25 +40,25 @@ nvidia-curand-cu12==10.3.2.106 ; platform_system == "Linux" and platform_machine nvidia-cusolver-cu12==11.4.5.107 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "3.13" nvidia-cusparse-cu12==12.1.0.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "3.13" nvidia-nccl-cu12==2.20.5 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "3.13" -nvidia-nvjitlink-cu12==12.4.127 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "3.13" +nvidia-nvjitlink-cu12==12.5.40 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "3.13" nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "3.13" opt-einsum==3.3.0 ; python_version >= "3.10" and python_version < "3.13" packaging==24.0 ; python_version >= "3.10" and python_version < "3.13" pandas==2.2.2 ; python_version >= "3.10" and python_version < "3.13" parameterized==0.9.0 ; python_version >= "3.10" and python_version < "3.13" pillow==10.3.0 ; python_version >= "3.10" and python_version < "3.13" -platformdirs==4.2.1 ; python_version >= "3.10" and python_version < "3.13" +platformdirs==4.2.2 ; python_version >= "3.10" and python_version < "3.13" pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.13" pooch==1.8.1 ; python_version >= "3.10" and python_version < "3.13" pycodestyle==2.11.1 ; python_version >= "3.10" and python_version < "3.13" pyerfa==2.0.1.4 ; python_version >= "3.10" and python_version < "3.13" pyparsing==3.1.2 ; python_version >= "3.10" and python_version < "3.13" pyshtools==4.12.2 ; python_version >= "3.10" and python_version < "3.13" -pytest==8.2.0 ; python_version >= "3.10" and python_version < "3.13" +pytest==8.2.1 ; python_version >= "3.10" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.13" pytz==2024.1 ; python_version >= "3.10" and python_version < "3.13" pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "3.13" -requests==2.31.0 ; python_version >= "3.10" and python_version < "3.13" +requests==2.32.2 ; python_version >= "3.10" and python_version < "3.13" scipy==1.13.0 ; python_version >= "3.10" and python_version < "3.13" shapely==2.0.4 ; python_version >= "3.10" and python_version < "3.13" six==1.16.0 ; python_version >= "3.10" and python_version < "3.13" @@ -71,4 +71,4 @@ triton==2.3.0 ; platform_system == "Linux" and platform_machine == "x86_64" and typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "3.13" tzdata==2024.1 ; python_version >= "3.10" and python_version < "3.13" urllib3==2.2.1 ; python_version >= "3.10" and python_version < "3.13" -xarray==2024.3.0 ; python_version >= "3.10" and python_version < "3.13" +xarray==2024.5.0 ; python_version >= "3.10" and python_version < "3.13" diff --git a/requirements.txt b/requirements.txt index f7e668c7..c97f669c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astropy-iers-data==0.2024.5.6.0.29.28 ; python_version >= "3.10" and python_version < "3.13" +astropy-iers-data==0.2024.5.20.0.29.40 ; python_version >= "3.10" and python_version < "3.13" astropy==6.1.0 ; python_version >= "3.10" and python_version < "3.13" beartype==0.18.5 ; python_version >= "3.10" and python_version < "3.13" certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.13" @@ -10,14 +10,14 @@ filterpy==1.4.5 ; python_version >= "3.10" and python_version < "3.13" fonttools==4.51.0 ; python_version >= "3.10" and python_version < "3.13" idna==3.7 ; python_version >= "3.10" and python_version < "3.13" kiwisolver==1.4.5 ; python_version >= "3.10" and python_version < "3.13" -matplotlib==3.8.4 ; python_version >= "3.10" and python_version < "3.13" +matplotlib==3.9.0 ; python_version >= "3.10" and python_version < "3.13" mpmath==1.3.0 ; python_version >= "3.10" and python_version < "3.13" numpy-quaternion==2023.0.3 ; python_version >= "3.10" and python_version < "3.13" numpy==1.26.4 ; python_version >= "3.10" and python_version < "3.13" packaging==24.0 ; python_version >= "3.10" and python_version < "3.13" pandas==2.2.2 ; python_version >= "3.10" and python_version < "3.13" pillow==10.3.0 ; python_version >= "3.10" and python_version < "3.13" -platformdirs==4.2.1 ; python_version >= "3.10" and python_version < "3.13" +platformdirs==4.2.2 ; python_version >= "3.10" and python_version < "3.13" pooch==1.8.1 ; python_version >= "3.10" and python_version < "3.13" pyerfa==2.0.1.4 ; python_version >= "3.10" and python_version < "3.13" pyparsing==3.1.2 ; python_version >= "3.10" and python_version < "3.13" @@ -25,11 +25,11 @@ pyshtools==4.12.2 ; python_version >= "3.10" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.13" pytz==2024.1 ; python_version >= "3.10" and python_version < "3.13" pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "3.13" -requests==2.31.0 ; python_version >= "3.10" and python_version < "3.13" +requests==2.32.2 ; python_version >= "3.10" and python_version < "3.13" scipy==1.13.0 ; python_version >= "3.10" and python_version < "3.13" shapely==2.0.4 ; python_version >= "3.10" and python_version < "3.13" six==1.16.0 ; python_version >= "3.10" and python_version < "3.13" tqdm==4.66.4 ; python_version >= "3.10" and python_version < "3.13" tzdata==2024.1 ; python_version >= "3.10" and python_version < "3.13" urllib3==2.2.1 ; python_version >= "3.10" and python_version < "3.13" -xarray==2024.3.0 ; python_version >= "3.10" and python_version < "3.13" +xarray==2024.5.0 ; python_version >= "3.10" and python_version < "3.13"