diff --git a/pyproject.toml b/pyproject.toml index 85d4928..81572f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,14 +31,14 @@ dependencies = [ "loguru==0.7.2", "sympy==1.12", "antlr4-python3-runtime==4.11", - "ipython==8.15.0", + "ipython==8.16.0", "numpy==1.26.0" ] [project.optional-dependencies] dev = [ "coverage==7.3.1", - "pylint==2.17.5", + "pylint==2.17.7", "tox==4.11.3", "build==1.0.3", "pdoc==14.1.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 122224e..55c5e1b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ coverage==7.3.1 -pylint==2.17.5 +pylint==2.17.7 tox==4.11.3 build==1.0.3 pdoc==14.1.0 diff --git a/requirements.txt b/requirements.txt index 6245f9c..dec89cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ qiskit-aer==0.12.2 loguru==0.7.2 sympy==1.12 antlr4-python3-runtime==4.11 -ipython==8.15.0 +ipython==8.16.0 numpy==1.26.0 \ No newline at end of file