Skip to content
Open
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
35 changes: 3 additions & 32 deletions src/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ colorama==0.4.6
colorful==0.5.5
# via ray
coverage[toml]==7.6.4
# via
# coverage
# pytest-cov
# via pytest-cov
cryptography==43.0.1
# via -r requirements.txt
defusedxml==0.7.1
Expand Down Expand Up @@ -140,9 +138,7 @@ its-preselector @ git+https://github.com/NTIA/[email protected]
# -r requirements.txt
# scos-actions
jinja2==3.1.5
# via
# -r requirements.txt
# memray
# via -r requirements.txt
jsonfield==3.1.0
# via -r requirements.txt
jsonschema==4.20.0
Expand All @@ -153,13 +149,6 @@ jsonschema-specifications==2023.11.2
# via
# -r requirements.txt
# jsonschema
linkify-it-py==2.0.3
# via markdown-it-py
markdown-it-py[linkify,plugins]==3.0.0
# via
# mdit-py-plugins
# rich
# textual
markupsafe==3.0.2
# via
# -r requirements.txt
Expand All @@ -168,12 +157,6 @@ marshmallow==3.20.1
# via
# -r requirements.txt
# environs
mdit-py-plugins==0.4.2
# via markdown-it-py
mdurl==0.1.2
# via markdown-it-py
memray==1.14.0
# via ray
msgpack==1.0.7
# via
# -r requirements.txt
Expand Down Expand Up @@ -217,7 +200,6 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# textual
# tox
# virtualenv
pluggy==1.3.0
Expand Down Expand Up @@ -259,8 +241,6 @@ pycparser==2.21
# cffi
pydantic==1.10.13
# via ray
pygments==2.18.0
# via rich
pyproject-api==1.5.4
# via tox
pytest==7.4.3
Expand Down Expand Up @@ -289,7 +269,7 @@ pyyaml==6.0.1
# drf-yasg
# pre-commit
# ray
ray[default]==2.37.0
ray[default]==2.43.0
# via
# -r requirements-dev.in
# -r requirements.txt
Expand All @@ -308,10 +288,6 @@ requests==2.32.3
# requests-mock
requests-mock==1.11.0
# via -r requirements.txt
rich==13.8.1
# via
# memray
# textual
rpds-py==0.13.2
# via
# -r requirements.txt
Expand Down Expand Up @@ -358,8 +334,6 @@ tekrsa-api-wrap==1.3.3
# via
# -r requirements.txt
# scos-tekrsa
textual==0.81.0
# via memray
tomli==2.0.1
# via
# coverage
Expand All @@ -373,11 +347,8 @@ typing-extensions==4.8.0
# -r requirements.txt
# asgiref
# pydantic
# textual
tzdata==2024.1
# via -r requirements.txt
uc-micro-py==1.0.3
# via linkify-it-py
uritemplate==4.1.1
# via
# -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pyyaml==6.0.1
# -r requirements.in
# drf-yasg
# ray
ray==2.37.0
ray==2.43.0
# via scos-actions
referencing==0.31.1
# via
Expand Down
Loading