From 7d140cf9692fb942b88e2ba1d4b2d42a143ebb56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 13:47:19 +0000 Subject: [PATCH 1/2] Bump autopep8 from 2.1.1 to 2.1.2 Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v2.1.1...v2.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 87406e70..e9596b2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -78,13 +78,13 @@ numpy = ">=1.12" [[package]] name = "autopep8" -version = "2.1.1" +version = "2.1.2" 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.1-py2.py3-none-any.whl", hash = "sha256:57c1026ee3ee40f57c5b93073b705f8e30aa52411fca33306d730274d2882bba"}, - {file = "autopep8-2.1.1.tar.gz", hash = "sha256:bc9b267f14d358a9af574b95e95a661681c60a275ffce419ba5fb4eae9920bcc"}, + {file = "autopep8-2.1.2-py2.py3-none-any.whl", hash = "sha256:fead1b74ae69bf939b7eb371c83522a9262d9ac4b49f1c6f3d38ca1e31707f74"}, + {file = "autopep8-2.1.2.tar.gz", hash = "sha256:77b07146bf127aa88de78efc270d395a54ebb8284fdbe6542c4aeb8d969f4d9a"}, ] [package.dependencies] @@ -1991,4 +1991,4 @@ pytorch-support = [] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "b7e88de5d124975e4b8892b625c11da2e720b07bdec9dc07c779c107a5dbdf2f" +content-hash = "067622794b975c59b5788d324ca5cf02b01392e27eec98b0d57fa73fff408e26" diff --git a/pyproject.toml b/pyproject.toml index 5e01e064..4b29b7a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ torch = "*" jax = "*" jaxlib = "*" autograd = "*" -autopep8 = "^2.1.1" +autopep8 = "^2.1.2" pytest = "*" parameterized = "*" From f156836d11703066a95209998dbd13fe42b5bad7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 29 May 2024 13:49:26 +0000 Subject: [PATCH 2/2] Update requirements.txt --- requirements-dev.txt | 8 ++++---- requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c08dd692..0e52079d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -astropy-iers-data==0.2024.5.20.0.29.40 ; python_version >= "3.10" and python_version < "3.13" +astropy-iers-data==0.2024.5.27.0.30.8 ; 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.1 ; python_version >= "3.10" and python_version < "3.13" +autopep8==2.1.2 ; 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" @@ -11,10 +11,10 @@ cycler==0.12.1 ; python_version >= "3.10" and python_version < "3.13" 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" +fonttools==4.52.4 ; 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" +healpy==1.17.1 ; 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" diff --git a/requirements.txt b/requirements.txt index 7c197c30..861cec0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astropy-iers-data==0.2024.5.20.0.29.40 ; python_version >= "3.10" and python_version < "3.13" +astropy-iers-data==0.2024.5.27.0.30.8 ; 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" @@ -7,7 +7,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.13" and platf contourpy==1.2.1 ; python_version >= "3.10" and python_version < "3.13" cycler==0.12.1 ; 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" +fonttools==4.52.4 ; 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.9.0 ; python_version >= "3.10" and python_version < "3.13"