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

Update to fixed and improved Cyclebane version #168

Merged
merged 1 commit into from
Jun 11, 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requires-python = ">=3.10"
# Run 'tox -e deps' after making changes here. This will update requirement files.
# Make sure to list one dependency per line.
dependencies = [
"cyclebane",
"cyclebane >= 24.06.0",
]

dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# will not be touched by ``make_base.py``
# --- END OF CUSTOM SECTION ---
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
cyclebane
cyclebane >= 24.06.0
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SHA1:dd62fc84fce7fde1639783710b14ec7a54d8cdc5
# SHA1:44b03b700447e95874de7cd4d8b11558c0c972e5
#
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile-multi
#
cyclebane==24.5.0
cyclebane==24.6.0
# via -r base.in
networkx==3.3
# via cyclebane
4 changes: 2 additions & 2 deletions requirements/basetest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jsonschema-specifications==2023.12.1
# via jsonschema
numpy==1.26.4
# via -r basetest.in
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.1
pytest==8.2.2
# via -r basetest.in
referencing==0.35.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gitpython==3.1.43
# via -r ci.in
idna==3.7
# via requests
packaging==24.0
packaging==24.1
# via
# -r ci.in
# pyproject-api
Expand All @@ -48,7 +48,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.0
tox==4.15.1
# via -r ci.in
urllib3==2.2.1
# via requests
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jinja2-ansible-filters==1.3.2
# via copier
json5==0.9.25
# via jupyterlab-server
jsonpointer==2.4
jsonpointer==3.0.0
# via jsonschema
jsonschema[format-nongpl]==4.22.0
# via
Expand All @@ -72,7 +72,7 @@ jupyter-server==2.14.1
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab==4.2.1
jupyterlab==4.2.2
# via -r dev.in
jupyterlab-server==2.27.2
# via jupyterlab
Expand All @@ -82,7 +82,7 @@ overrides==7.7.0
# via jupyter-server
pathspec==0.12.1
# via copier
pip-compile-multi==2.6.3
pip-compile-multi==2.6.4
# via -r dev.in
pip-tools==7.4.1
# via pip-compile-multi
Expand All @@ -92,9 +92,9 @@ prometheus-client==0.20.0
# via jupyter-server
pycparser==2.22
# via cffi
pydantic==2.7.2
pydantic==2.7.3
# via copier
pydantic-core==2.18.3
pydantic-core==2.18.4
# via pydantic
python-json-logger==2.0.7
# via jupyter-events
Expand Down Expand Up @@ -124,7 +124,7 @@ types-python-dateutil==2.9.0.20240316
# via arrow
uri-template==1.3.0
# via jsonschema
webcolors==1.13
webcolors==24.6.0
# via jsonschema
websocket-client==1.8.0
# via jupyter-server
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ nest-asyncio==1.6.0
# via ipykernel
numpy==1.26.4
# via pandas
packaging==24.0
packaging==24.1
# via
# ipykernel
# nbconvert
Expand All @@ -138,7 +138,7 @@ pexpect==4.9.0
# via ipython
platformdirs==4.2.2
# via jupyter-core
prompt-toolkit==3.0.45
prompt-toolkit==3.0.47
# via ipython
psutil==5.9.8
# via ipykernel
Expand Down Expand Up @@ -195,7 +195,7 @@ sphinx==7.3.7
# sphinx-autodoc-typehints
# sphinx-copybutton
# sphinx-design
sphinx-autodoc-typehints==2.1.0
sphinx-autodoc-typehints==2.1.1
# via -r docs.in
sphinx-copybutton==0.5.2
# via -r docs.in
Expand All @@ -219,7 +219,7 @@ tinycss2==1.3.0
# via nbconvert
tomli==2.0.1
# via sphinx
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
Expand All @@ -235,7 +235,7 @@ traitlets==5.14.3
# nbconvert
# nbformat
# nbsphinx
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# ipython
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ mypy==1.10.0
# via -r mypy.in
mypy-extensions==1.0.0
# via mypy
typing-extensions==4.12.1
typing-extensions==4.12.2
# via mypy
2 changes: 1 addition & 1 deletion requirements/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ filelock==3.14.0
# via virtualenv
identify==2.5.36
# via pre-commit
nodeenv==1.9.0
nodeenv==1.9.1
# via pre-commit
platformdirs==4.2.2
# via virtualenv
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-dask.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cloudpickle==3.0.0
# via dask
dask==2024.5.2
# via -r test-dask.in
fsspec==2024.5.0
fsspec==2024.6.0
# via dask
importlib-metadata==7.1.0
# via dask
Expand All @@ -26,5 +26,5 @@ toolz==0.12.1
# via
# dask
# partd
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/wheels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
build==1.2.1
# via -r wheels.in
packaging==24.0
packaging==24.1
# via build
pyproject-hooks==1.1.0
# via build
Expand Down