Skip to content

Commit 1e502c2

Browse files
committed
build(deps): packages
1 parent ca8566e commit 1e502c2

File tree

4 files changed

+40
-37
lines changed

4 files changed

+40
-37
lines changed

poetry.lock

Lines changed: 34 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ black = [
6060
{ version = "==23.3.0", python = ">=3.7,<3.8" },
6161
{ version = "^23.7.0", python = ">=3.8"}
6262
]
63-
ruff = "^0.0.284"
63+
ruff = "^0.0.286"
6464
pytest = "^7.4.0"
6565
pytest-cov = "^4.1.0"
6666

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
black==23.3.0 ; python_full_version >= "3.7.2" and python_version < "3.8"
44
black==23.7.0 ; python_version >= "3.8" and python_full_version < "4.0.0"
5-
click==8.1.6 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
5+
click==8.1.7 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
66
colorama==0.4.6 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and (sys_platform == "win32" or platform_system == "Windows")
77
coverage[toml]==7.2.7 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
8-
exceptiongroup==1.1.2 ; python_full_version >= "3.7.2" and python_version < "3.11"
9-
filelock==3.12.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
8+
exceptiongroup==1.1.3 ; python_full_version >= "3.7.2" and python_version < "3.11"
9+
filelock==3.12.3 ; python_version >= "3.8" and python_full_version < "4.0.0"
1010
importlib-metadata==6.7.0 ; python_full_version >= "3.7.2" and python_version < "3.8"
1111
iniconfig==2.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
1212
isort==5.11.5 ; python_full_version >= "3.7.2" and python_version < "3.8"
@@ -24,7 +24,7 @@ platformdirs==3.10.0 ; python_full_version >= "3.7.2" and python_full_version <
2424
pluggy==1.2.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2525
pytest-cov==4.1.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2626
pytest==7.4.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
27-
ruff==0.0.284 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
27+
ruff==0.0.286 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
2828
sympy==1.12 ; python_version >= "3.8" and python_full_version < "4.0.0"
2929
tomli==2.0.1 ; python_full_version >= "3.7.2" and python_version < "3.11"
3030
torch==1.13.1+cpu ; python_full_version >= "3.7.2" and python_version < "3.8"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22

3-
filelock==3.12.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
3+
filelock==3.12.3 ; python_version >= "3.8" and python_full_version < "4.0.0"
44
jinja2==3.1.2 ; python_version >= "3.8" and python_full_version < "4.0.0"
55
markupsafe==2.1.3 ; python_version >= "3.8" and python_full_version < "4.0.0"
66
mpmath==1.3.0 ; python_version >= "3.8" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)