diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index c1273c6..928f9c9 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -31,4 +31,4 @@ jobs: - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - repository-url: https://upload.pypi.org/legacy/ \ No newline at end of file + repository-url: https://upload.pypi.org/legacy/ diff --git a/requirements-dev.txt b/requirements-dev.txt index 30a5247..0ffd38c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # make freeze @@ -16,6 +16,7 @@ h11==0.14.0 httpcore==1.0.5 httpx==0.27.0 idna==3.7 +importlib-metadata==7.1.0 iniconfig==2.0.0 isort==5.13.2 mypy-extensions==1.0.0 @@ -35,6 +36,7 @@ sniffio==1.3.1 tomli==2.0.1 typing-extensions==4.12.2 wheel==0.43.0 +zipp==3.19.2 # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements-docs.txt b/requirements-docs.txt index c66d8db..e9059c4 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # make freeze @@ -15,7 +15,7 @@ livereload==2.6.3 markdown==3.6 markupsafe==2.1.5 mergedeep==1.3.4 -mkdocs==1.3.0 +mkdocs==1.6.0 mkdocs-material==4.6.3 mkdocstrings==0.10.0 packaging==24.1 diff --git a/requirements.txt b/requirements.txt index fb0b21f..25d90a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.8 # by the following command: # # make freeze