Skip to content
Open
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
26 changes: 13 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bleach==6.2.0
# via nbconvert
blinker==1.9.0
# via sdss-marvin (setup.py)
brotli==1.1.0
brotli==1.2.0
# via flask-compress
cachelib==0.9.0
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ fastjsonschema==2.21.1
# via nbformat
flake8==7.1.1
# via sdss-marvin (setup.py)
flask==2.1.3
flask==3.1.3
# via
# sdss-marvin (setup.py)
# flask-caching
Expand All @@ -118,7 +118,7 @@ flask-classful==0.16.0
# via marvin-brain
flask-compress==1.17
# via sdss-marvin (setup.py)
flask-cors==5.0.0
flask-cors==6.0.0
# via sdss-marvin (setup.py)
flask-featureflags==0.6
# via sdss-marvin (setup.py)
Expand All @@ -134,11 +134,11 @@ flask-session==0.4.1
# via sdss-marvin (setup.py)
flask-testing==0.8.1
# via sdss-marvin (setup.py)
fonttools==4.55.8
fonttools==4.60.2
# via matplotlib
fuzzywuzzy==0.18.0
# via sdss-marvin (setup.py)
h11==0.14.0
h11==0.16.0
# via wsproto
idna==3.10
# via
Expand Down Expand Up @@ -219,7 +219,7 @@ markupsafe==3.0.2
# nbconvert
# wtforms
# wtforms-components
marshmallow==3.26.1
marshmallow==3.26.2
# via webargs
marvin-brain==0.3.0
# via sdss-marvin (setup.py)
Expand Down Expand Up @@ -322,7 +322,7 @@ pgpasslib==1.1.0
# via sdss-marvin (setup.py)
photutils==2.1.0
# via sdss-marvin (setup.py)
pillow==11.1.0
pillow==12.2.0
# via matplotlib
pkginfo==1.12.0
# via twine
Expand Down Expand Up @@ -367,7 +367,7 @@ pyparsing==2.4.7
# packaging
pysocks==1.7.1
# via urllib3
pytest==8.3.4
pytest==9.0.3
# via
# sdss-marvin (setup.py)
# pytest-cov
Expand Down Expand Up @@ -427,7 +427,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
requests==2.33.0
# via
# codecov
# coveralls
Expand Down Expand Up @@ -472,7 +472,7 @@ selenium==4.28.1
# via
# sdss-marvin (setup.py)
# page-objects
setuptools==75.8.0
setuptools==78.1.1
# via limits
simplejson==3.19.3
# via flask-profiler
Expand Down Expand Up @@ -539,7 +539,7 @@ termcolor==2.5.0
# via pytest-sugar
tinycss2==1.4.0
# via bleach
tornado==6.4.2
tornado==6.5.5
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -593,14 +593,14 @@ webencodings==0.5.1
# tinycss2
websocket-client==1.8.0
# via selenium
werkzeug==2.1.2
werkzeug==3.1.6
# via
# sdss-marvin (setup.py)
# flask
# flask-login
# marvin-brain
# pytest-flask
wheel==0.45.1
wheel==0.46.2
# via sdss-marvin (setup.py)
wsproto==1.2.0
# via trio-websocket
Expand Down
Loading